]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention 'UTC' in date --utc help
authorAndreas Mohr <andi@lisas.de>
Sun, 2 Jun 2013 23:37:11 +0000 (00:37 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 2 Jun 2013 23:43:53 +0000 (00:43 +0100)
src/date.c (usage): Make -u apparent in searches for UTC.

src/date.c

index ec66f767c06bb9603f9b9fa8e5dacc90eb8cf2ab..fb6abce296e42987dee7992d1e877bc1d697076a 100644 (file)
@@ -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);