Skip to content

Commit

Permalink
cli_args: notate usage of ALL for regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thell committed Nov 21, 2024
1 parent ea3aa45 commit 7025f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub(crate) struct Cli {
#[clap(flatten)]
pub(crate) verbose: clap_verbosity_flag::Verbosity,

/// warehouse region
/// specific region or ALL
#[arg(short = 'R', long, help_heading = Some("Listing"))]
pub(crate) region: Option<String>,

Expand Down

0 comments on commit 7025f1a

Please sign in to comment.