summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorAndreas Mohr <andi@lisas.de>2013-06-03 00:37:11 +0100
committerPádraig Brady <P@draigBrady.com>2013-06-03 00:43:53 +0100
commite3a34e14f54a117b607c73a7309c2c2c55d5b3a1 (patch)
tree7685a741005916dc18c36706fa7c513d9b23a808 /src/date.c
parent51a8f707131c36d7a88753e3bee839b2a4a336e4 (diff)
downloadcoreutils-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/date.c')
-rw-r--r--src/date.c2
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);