Skip to content

Commit

Permalink
date: correct typos in date --help
Browse files Browse the repository at this point in the history
* src/date.c (usage): Use "e.g." correctly.
  • Loading branch information
toddy15 authored and ebblake committed Oct 25, 2010
1 parent c84ddba commit 7930367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/date.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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\
Expand Down

0 comments on commit 7930367

Please sign in to comment.