Skip to content

Commit

Permalink
Update --all flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 26, 2023
1 parent 6dc39e1 commit bb70c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct Args {
#[arg(short, long, value_name = "DAYS")]
time: Option<u64>,

/// Remove everything
/// Apply on all provided projects
#[arg(short, long)]
all: bool,

Expand Down
2 changes: 1 addition & 1 deletion tests/usage-long.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Options:
Number of days backwards to keep

-a, --all
Remove everything
Apply on all provided projects

--toolchains <TOOLCHAINS>
Toolchains currently installed by rustup that should have their artifacts kept
Expand Down
2 changes: 1 addition & 1 deletion tests/usage.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Options:
-r, --recursive Apply on all projects below the given path
-s, --stamp Store timestamp file at the given path, is used by file option
-t, --time <DAYS> Number of days backwards to keep
-a, --all Remove everything
-a, --all Apply on all provided projects
--toolchains <TOOLCHAINS> Toolchains currently installed by rustup that should have their artifacts kept
-v, --verbose... Enable DEBUG logs (use twice for TRACE logs)
-h, --help Print help (see more with '--help')
Expand Down

0 comments on commit bb70c9a

Please sign in to comment.