diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index db38504b8..66f8638f5 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -377,7 +377,7 @@ | |||
377 | "Clear screen" | 377 | "Clear screen" |
378 | 378 | ||
379 | #define cmp_trivial_usage \ | 379 | #define cmp_trivial_usage \ |
380 | "[-l] [-s] FILE1 [FILE2]" | 380 | "[-l] [-s] FILE1 [FILE2" USE_DESKTOP(" [SKIP1 [SKIP2]") "]]" |
381 | #define cmp_full_usage \ | 381 | #define cmp_full_usage \ |
382 | "Compares FILE1 vs stdin if FILE2 is not specified" \ | 382 | "Compares FILE1 vs stdin if FILE2 is not specified" \ |
383 | "\n\nOptions:\n" \ | 383 | "\n\nOptions:\n" \ |