diff options
| author | Jack O'Connor <[email protected]> | 2020-05-23 14:28:10 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-05-23 14:28:10 -0400 |
| commit | cd093791ab44595ea3d59a579af9ceb850db807a (patch) | |
| tree | fac070009234442ddc27fd81fa5b485bb1390cc8 /b3sum/src | |
| parent | 48512ec4f06cffaa3b3fba7af344f4924c1e6b10 (diff) | |
remove an extra space in some help text
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 5d82f40..b692824 100644 --- a/b3sum/src/main.rs +++ b/b3sum/src/main.rs @@ -34,7 +34,7 @@ impl Args { let inner = App::new("b3sum") .version(env!("CARGO_PKG_VERSION")) .arg(Arg::with_name(FILE_ARG).multiple(true).help( - "Files to hash, or checkfiles to check. When no file is given, \n\ + "Files to hash, or checkfiles to check. When no file is given,\n\ or when - is given, read standard input.", )) .arg( |
