diff options
| author | Jack O'Connor <[email protected]> | 2020-01-17 13:36:09 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-01-17 13:36:09 -0500 |
| commit | e2ce07601f58c7a445b869a8d025eb2d55967ad1 (patch) | |
| tree | 09ecfe32008bcd5359a820efc881b4add7a67280 /b3sum/src | |
| parent | 2db9f2d2eae6b85b354fff11a706372bb834f5b4 (diff) | |
edit the --raw help string
Diffstat (limited to 'b3sum/src')
| -rw-r--r-- | b3sum/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b3sum/src/main.rs b/b3sum/src/main.rs index 0089eb5..4d73d1a 100644 --- a/b3sum/src/main.rs +++ b/b3sum/src/main.rs @@ -46,7 +46,7 @@ fn clap_parse_argv() -> clap::ArgMatches<'static> { .arg( Arg::with_name(RAW_ARG) .long(RAW_ARG) - .help("Raw output without hexidecimal encoding. \nOnly one filename may be provided and no filenames will be displayed."), + .help("Writes raw output bytes to stdout, rather than hex. --no-names is implied.\nIn this case, only a single input is allowed"), ) .get_matches() } |
