cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)
This commit is contained in:
parent
7c139b4778
commit
9a1fa8cf07
2 changed files with 29 additions and 12 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue