diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index db1b693aa..6a7d5fac3 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -98,7 +98,6 @@ | |||
98 | //usage: "[OPTIONS] [+FMT] [TIME]" | 98 | //usage: "[OPTIONS] [+FMT] [TIME]" |
99 | //usage:#define date_full_usage "\n\n" | 99 | //usage:#define date_full_usage "\n\n" |
100 | //usage: "Display time (using +FMT), or set time\n" | 100 | //usage: "Display time (using +FMT), or set time\n" |
101 | //usage: "\nOptions:" | ||
102 | //usage: IF_NOT_LONG_OPTS( | 101 | //usage: IF_NOT_LONG_OPTS( |
103 | //usage: "\n [-s] TIME Set time to TIME" | 102 | //usage: "\n [-s] TIME Set time to TIME" |
104 | //usage: "\n -u Work in UTC (don't convert to local time)" | 103 | //usage: "\n -u Work in UTC (don't convert to local time)" |