diff --git a/src/cli.rs b/src/cli.rs index 17dc8ee..3ed1468 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -78,7 +78,7 @@ pub struct Args { #[arg(short, long)] time: Option, - /// Toolchains (currently installed by rustup) that should have their artifacts kept + /// Toolchains currently installed by rustup that should have their artifacts kept #[arg(long, value_delimiter = ',')] toolchains: Vec, diff --git a/tests/usage.txt b/tests/usage.txt index e77463d..421ef93 100644 --- a/tests/usage.txt +++ b/tests/usage.txt @@ -14,7 +14,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