cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)
[oweals/busybox.git] / include / usage.h
index db38504b8999a5fc2be8f7885d56a6273662c3a3..66f8638f57b4a492e76a933fd5664c4592e9901e 100644 (file)
        "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" \