*: remove "Options:" string from help texts
[oweals/busybox.git] / coreutils / seq.c
index b600266fdc568d0a345f77f1d845672e9cff5fee..8986192930e61025f22ec06840c18add4928217c 100644 (file)
@@ -12,7 +12,6 @@
 //usage:#define seq_full_usage "\n\n"
 //usage:       "Print numbers from FIRST to LAST, in steps of INC.\n"
 //usage:       "FIRST, INC default to 1.\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -w      Pad to last with leading zeros"
 //usage:     "\n       -s SEP  String separator"