From d8e0fbe6c142244eb08ae7111ffcef77133902bc Mon Sep 17 00:00:00 2001 From: Kevin K Date: Fri, 5 Jun 2015 15:55:46 -0400 Subject: [PATCH] imp: fixes and verifies droplet commands Closes #7 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f677bb8..8a351ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -169,7 +169,7 @@ fn main() { .subcommand(SubCommand::with_name("restore") .about("Restores a droplet from an image") .arg_from_usage(noconfirm) - .arg_from_usage(" 'The image to restore to'")) + .arg_from_usage(" 'The image ID or slug to restore to'")) .subcommand(SubCommand::with_name("reset-password") .about("Resets the root password for a droplet")) .subcommand(SubCommand::with_name("resize")