cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)

This commit is contained in:
Denis Vlasenko 2007-03-21 22:30:14 +00:00
parent 7c139b4778
commit 9a1fa8cf07
2 changed files with 29 additions and 12 deletions

View file

@ -377,7 +377,7 @@
"Clear screen"
#define cmp_trivial_usage \
"[-l] [-s] FILE1 [FILE2]"
"[-l] [-s] FILE1 [FILE2" USE_DESKTOP(" [SKIP1 [SKIP2]") "]]"
#define cmp_full_usage \
"Compares FILE1 vs stdin if FILE2 is not specified" \
"\n\nOptions:\n" \