diff options
Diffstat (limited to 'coreutils/sum.c')
-rw-r--r-- | coreutils/sum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c index 9e6b0c5b1..95110a6da 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[-rs] [FILE]..." | 17 | //usage: "[-rs] [FILE]..." |
18 | //usage:#define sum_full_usage "\n\n" | 18 | //usage:#define sum_full_usage "\n\n" |
19 | //usage: "Checksum and count the blocks in a file\n" | 19 | //usage: "Checksum and count the blocks in a file\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: "\n -r Use BSD sum algorithm (1K blocks)" | 20 | //usage: "\n -r Use BSD sum algorithm (1K blocks)" |
22 | //usage: "\n -s Use System V sum algorithm (512byte blocks)" | 21 | //usage: "\n -s Use System V sum algorithm (512byte blocks)" |
23 | 22 | ||