Skip to content

Commit

Permalink
fix(ark-cli): better help message for ark-cli storage list
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Jun 2, 2024
1 parent 687064f commit 4bd6aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark-cli/src/commands/storage/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub struct List {
root_dir: Option<PathBuf>,
#[clap(help = "Storage name")]
storage: Option<String>,
#[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<StorageType>,
Expand Down

0 comments on commit 4bd6aa7

Please sign in to comment.