diff options
Diffstat (limited to 'editors/cmp.c')
-rw-r--r-- | editors/cmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/cmp.c b/editors/cmp.c index 3a0f5aa4f..fbe6b9753 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" | 14 | //usage: "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" |
15 | //usage:#define cmp_full_usage "\n\n" | 15 | //usage:#define cmp_full_usage "\n\n" |
16 | //usage: "Compare FILE1 with FILE2 (or stdin)\n" | 16 | //usage: "Compare FILE1 with FILE2 (or stdin)\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -l Write the byte numbers (decimal) and values (octal)" | 17 | //usage: "\n -l Write the byte numbers (decimal) and values (octal)" |
19 | //usage: "\n for all differing bytes" | 18 | //usage: "\n for all differing bytes" |
20 | //usage: "\n -s Quiet" | 19 | //usage: "\n -s Quiet" |