]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
date: correct typos in date --help
authorTobias Quathamer <toddy@debian.org>
Thu, 21 Oct 2010 07:15:00 +0000 (09:15 +0200)
committerEric Blake <eblake@redhat.com>
Mon, 25 Oct 2010 17:45:27 +0000 (11:45 -0600)
* src/date.c (usage): Use "e.g." correctly.

src/date.c

index ad9b4901b7ec47a91f358e87f35e0e23c8b90773..d0f686a429d69ad7f93fd06385e95e9c635c9b09 100644 (file)
@@ -163,7 +163,7 @@ FORMAT controls the output.  Interpreted sequences are:\n\
 "), stdout);
       fputs (_("\
   %C   century; like %Y, except omit last two digits (e.g., 20)\n\
-  %d   day of month (e.g, 01)\n\
+  %d   day of month (e.g., 01)\n\
   %D   date; same as %m/%d/%y\n\
   %e   day of month, space padded; same as %_d\n\
 "), stdout);
@@ -212,8 +212,8 @@ FORMAT controls the output.  Interpreted sequences are:\n\
   %Y   year\n\
 "), stdout);
       fputs (_("\
-  %z   +hhmm numeric timezone (e.g., -0400)\n\
-  %:z  +hh:mm numeric timezone (e.g., -04:00)\n\
+  %z   +hhmm numeric time zone (e.g., -0400)\n\
+  %:z  +hh:mm numeric time zone (e.g., -04:00)\n\
   %::z  +hh:mm:ss numeric time zone (e.g., -04:00:00)\n\
   %:::z  numeric time zone with : to necessary precision (e.g., -04, +05:30)\n\
   %Z   alphabetic time zone abbreviation (e.g., EDT)\n\