emit_mandatory_arg_note ();
fputs (_("\
- -d, --date=STRING display time described by STRING, not 'now'\n\
- -f, --file=DATEFILE like --date once for each line of DATEFILE\n\
- -I[TIMESPEC], --iso-8601[=TIMESPEC] output date/time in ISO 8601 format.\n\
- TIMESPEC='date' for date only (the default),\n\
- 'hours', 'minutes', 'seconds', or 'ns' for date\n\
- and time to the indicated precision.\n\
+ -d, --date=STRING display time described by STRING, not 'now'\n\
+ -f, --file=DATEFILE like --date; once for each line of DATEFILE\n\
"), stdout);
fputs (_("\
- -r, --reference=FILE display the last modification time of FILE\n\
- -R, --rfc-2822 output date and time in RFC 2822 format.\n\
- Example: Mon, 07 Aug 2006 12:34:56 -0600\n\
+ -I[FMT], --iso-8601[=FMT] output date/time in ISO 8601 format.\n\
+ FMT='date' for date only (the default),\n\
+ 'hours', 'minutes', 'seconds', or 'ns'\n\
+ for date and time to the indicated precision.\n\
+ Example: 2006-08-14T02:34:56-0600\n\
"), stdout);
fputs (_("\
- --rfc-3339=TIMESPEC output date and time in RFC 3339 format.\n\
- TIMESPEC='date', 'seconds', or 'ns' for\n\
- date and time to the indicated precision.\n\
- Date and time components are separated by\n\
- a single space: 2006-08-07 12:34:56-06:00\n\
- -s, --set=STRING set time described by STRING\n\
- -u, --utc, --universal print or set Coordinated Universal Time (UTC)\n\
+ -R, --rfc-2822 output date and time in RFC 2822 format.\n\
+ Example: Mon, 14 Aug 2006 02:34:56 -0600\n\
+"), stdout);
+ fputs (_("\
+ --rfc-3339=FMT output date/time in RFC 3339 format.\n\
+ FMT='date', 'seconds', or 'ns'\n\
+ for date and time to the indicated precision.\n\
+ Example: 2006-08-14 02:34:56-06:00\n\
+"), stdout);
+ fputs (_("\
+ -r, --reference=FILE display the last modification time of FILE\n\
+"), stdout);
+ fputs (_("\
+ -s, --set=STRING set time described by STRING\n\
+ -u, --utc, --universal print or set Coordinated Universal Time (UTC)\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);