diff options
author | Andreas Mohr <andi@lisas.de> | 2013-06-03 00:37:11 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-06-03 00:43:53 +0100 |
commit | e3a34e14f54a117b607c73a7309c2c2c55d5b3a1 (patch) | |
tree | 7685a741005916dc18c36706fa7c513d9b23a808 /src | |
parent | 51a8f707131c36d7a88753e3bee839b2a4a336e4 (diff) | |
download | coreutils-e3a34e14f54a117b607c73a7309c2c2c55d5b3a1.tar.xz |
doc: mention 'UTC' in date --utc help
src/date.c (usage): Make -u apparent in searches for UTC.
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index ec66f767c..fb6abce29 100644 --- a/src/date.c +++ b/src/date.c @@ -151,7 +151,7 @@ Display the current time in the given FORMAT, or set the system date.\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\n\ + -u, --utc, --universal print or set Coordinated Universal Time (UTC)\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); |