diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 87dc3bbd0..3414d38ae 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -19,7 +19,7 @@ | |||
19 | much as possible, missed out a lot of bounds checking */ | 19 | much as possible, missed out a lot of bounds checking */ |
20 | 20 | ||
21 | //config:config DATE | 21 | //config:config DATE |
22 | //config: bool "date (7.1 kb)" | 22 | //config: bool "date (7 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: date is used to set the system date or display the | 25 | //config: date is used to set the system date or display the |
@@ -54,7 +54,7 @@ | |||
54 | //config: date -s (and other commands like touch -d) use more sensible | 54 | //config: date -s (and other commands like touch -d) use more sensible |
55 | //config: formats (for one, ISO format YYYY-MM-DD hh:mm:ss.ssssss). | 55 | //config: formats (for one, ISO format YYYY-MM-DD hh:mm:ss.ssssss). |
56 | //config: | 56 | //config: |
57 | //config: With this option off, 'date DATE' is 'date -s DATE' support | 57 | //config: With this option off, 'date DATE' and 'date -s DATE' support |
58 | //config: the same format. With it on, 'date DATE' additionally supports | 58 | //config: the same format. With it on, 'date DATE' additionally supports |
59 | //config: MMDDhhmm[[YY]YY][.ss] format. | 59 | //config: MMDDhhmm[[YY]YY][.ss] format. |
60 | 60 | ||
@@ -121,7 +121,7 @@ | |||
121 | //usage: "\n -d,--date TIME Display TIME, not 'now'" | 121 | //usage: "\n -d,--date TIME Display TIME, not 'now'" |
122 | //usage: ) | 122 | //usage: ) |
123 | //usage: IF_FEATURE_DATE_ISOFMT( | 123 | //usage: IF_FEATURE_DATE_ISOFMT( |
124 | //usage: "\n -D FMT Use FMT for -d TIME conversion" | 124 | //usage: "\n -D FMT Use FMT (strptime format) for -d TIME conversion" |
125 | //usage: ) | 125 | //usage: ) |
126 | //usage: "\n" | 126 | //usage: "\n" |
127 | //usage: "\nRecognized TIME formats:" | 127 | //usage: "\nRecognized TIME formats:" |