*: remove "Options:" string from help texts
[oweals/busybox.git] / editors / cmp.c
index 3a0f5aa4fd8a2fc921bc6b827c3fc9c2be2300c8..fbe6b975387d7419c5e1614cc36c1dbbb3d8632c 100644 (file)
@@ -14,7 +14,6 @@
 //usage:       "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]"
 //usage:#define cmp_full_usage "\n\n"
 //usage:       "Compare FILE1 with FILE2 (or stdin)\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -l      Write the byte numbers (decimal) and values (octal)"
 //usage:     "\n               for all differing bytes"
 //usage:     "\n       -s      Quiet"