*: remove "Options:" string from help texts
[oweals/busybox.git] / coreutils / tail.c
index 4b42ebc52efc1b11a5797b2067d6eebe075d8449..454c2593625d640bbff061d1b51f8fe34a598481 100644 (file)
@@ -29,7 +29,6 @@
 //usage:#define tail_full_usage "\n\n"
 //usage:       "Print last 10 lines of each FILE (or stdin) to stdout.\n"
 //usage:       "With more than one FILE, precede each with a filename header.\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -f              Print data as file grows"
 //usage:       IF_FEATURE_FANCY_TAIL(
 //usage:     "\n       -s SECONDS      Wait SECONDS between reads with -f"