diff --git a/src/cli.rs b/src/cli.rs index 0cbfe02..2252e9d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -80,7 +80,7 @@ pub struct Args { #[arg(short, long, value_name = "DAYS")] time: Option, - /// Remove everything + /// Apply on all provided projects #[arg(short, long)] all: bool, diff --git a/tests/usage-long.trycmd b/tests/usage-long.trycmd index d7d897a..d247997 100644 --- a/tests/usage-long.trycmd +++ b/tests/usage-long.trycmd @@ -36,7 +36,7 @@ Options: Number of days backwards to keep -a, --all - Remove everything + Apply on all provided projects --toolchains Toolchains currently installed by rustup that should have their artifacts kept diff --git a/tests/usage.trycmd b/tests/usage.trycmd index 08688f5..72c9075 100644 --- a/tests/usage.trycmd +++ b/tests/usage.trycmd @@ -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 Number of days backwards to keep - -a, --all Remove everything + -a, --all Apply on all provided projects --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')