Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
imp: fixes and verifies droplet commands
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
kbknapp committed Jun 5, 2015
1 parent 3599bdb commit d8e0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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("<image> 'The image to restore to'"))
.arg_from_usage("<image> '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")
Expand Down

0 comments on commit d8e0fbe

Please sign in to comment.