Skip to content

Commit

Permalink
remove parenthesis from doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Jan 31, 2023
1 parent b4af699 commit f8bb6f8
Show file tree
Hide file tree
Showing 2 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 @@ -78,7 +78,7 @@ pub struct Args {
#[arg(short, long)]
time: Option<u64>,

/// 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<String>,

Expand Down
4 changes: 2 additions & 2 deletions tests/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TIME> Number of days backwards to keep
--toolchains <TOOLCHAINS> Toolchains (currently installed by rustup) that should have their artifacts kept
--toolchains <TOOLCHAINS> Toolchains currently installed by rustup that should have their artifacts kept
-v, --verbose Turn verbose information on
-h, --help Print help information
-h, --help Print help information (use `--help` for more detail)
-V, --version Print version information

0 comments on commit f8bb6f8

Please sign in to comment.