Show More
@@ -16,7 +16,7 b" pub fn args() -> clap::App<'static, 'sta" | |||
|
16 | 16 | Arg::with_name("rev") |
|
17 | 17 | .help("search the repository as it is in REV") |
|
18 | 18 | .short("-r") |
|
19 |
.long("--rev |
|
|
19 | .long("--rev") | |
|
20 | 20 | .value_name("REV") |
|
21 | 21 | .takes_value(true), |
|
22 | 22 | ) |
@@ -26,7 +26,7 b" pub fn args() -> clap::App<'static, 'sta" | |||
|
26 | 26 | .multiple(true) |
|
27 | 27 | .empty_values(false) |
|
28 | 28 | .value_name("FILE") |
|
29 |
.help(" |
|
|
29 | .help("Files to output"), | |
|
30 | 30 | ) |
|
31 | 31 | .about(HELP_TEXT) |
|
32 | 32 | } |
General Comments 0
You need to be logged in to leave comments.
Login now