summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorTobias Quathamer <toddy@debian.org>2010-10-21 09:15:00 +0200
committerEric Blake <eblake@redhat.com>2010-10-25 11:45:27 -0600
commit7930367a34794302b50513716c94ef7e0b8786ef (patch)
tree2876437b1455d8fa5778b0882c9efd182a2dd547 /src/date.c
parentc84ddbaa333fc502394941320d3abef2db6889f0 (diff)
downloadcoreutils-7930367a34794302b50513716c94ef7e0b8786ef.tar.xz
date: correct typos in date --help
* src/date.c (usage): Use "e.g." correctly.
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/date.c b/src/date.c
index ad9b4901b..d0f686a42 100644
--- a/src/date.c
+++ b/src/date.c
@@ -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\