diff --git a/ark-cli/src/commands/storage/list.rs b/ark-cli/src/commands/storage/list.rs index a3a3fe0c..6b0c6c4e 100644 --- a/ark-cli/src/commands/storage/list.rs +++ b/ark-cli/src/commands/storage/list.rs @@ -12,7 +12,7 @@ pub struct List { root_dir: Option, #[clap(help = "Storage name")] storage: Option, - #[clap(short, long, action = clap::ArgAction::SetTrue, help = "Whether or not to use atomatic versioning")] + #[clap(short, long, action = clap::ArgAction::SetTrue, help = "Print previous versions of the list")] versions: bool, #[clap(short, long, value_enum, help = "Storage kind of the resource")] kind: Option,