diff options
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index ce8d407e3..f1ae92316 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -216,7 +216,7 @@ | |||
216 | #define cmp_trivial_usage \ | 216 | #define cmp_trivial_usage \ |
217 | "[-l] [-s] FILE1 [FILE2]" | 217 | "[-l] [-s] FILE1 [FILE2]" |
218 | #define cmp_full_usage \ | 218 | #define cmp_full_usage \ |
219 | "Compare files. Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \ | 219 | "Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \ |
220 | "Options:\n" \ | 220 | "Options:\n" \ |
221 | "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \ | 221 | "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \ |
222 | "\t\t for all differing bytes\n" \ | 222 | "\t\t for all differing bytes\n" \ |
@@ -225,7 +225,7 @@ | |||
225 | #define comm_trivial_usage \ | 225 | #define comm_trivial_usage \ |
226 | "[-123] FILE1 FILE2" | 226 | "[-123] FILE1 FILE2" |
227 | #define comm_full_usage \ | 227 | #define comm_full_usage \ |
228 | "Compare files. Compares FILE1 to FILE2, or to stdin if - is specified.\n\n" \ | 228 | "Compares FILE1 to FILE2, or to stdin if = is specified.\n\n" \ |
229 | "Options:\n" \ | 229 | "Options:\n" \ |
230 | "\t-1\tSuppress lines unique to FILE1\n" \ | 230 | "\t-1\tSuppress lines unique to FILE1\n" \ |
231 | "\t-2\tSuppress lines unique to FILE2\n" \ | 231 | "\t-2\tSuppress lines unique to FILE2\n" \ |