summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/date.c b/src/date.c
index 5fe80853b..942199d6a 100644
--- a/src/date.c
+++ b/src/date.c
@@ -128,11 +128,11 @@ Usage: %s [OPTION]... [+FORMAT]\n\
fputs (_("\
Display the current time in the given FORMAT, or set the system date.\n\
\n\
- -d, --date=STRING display time described by STRING, not `now'\n\
+ -d, --date=STRING display time described by STRING, not 'now'\n\
-f, --file=DATEFILE like --date once for each line of DATEFILE\n\
-I[TIMESPEC], --iso-8601[=TIMESPEC] output date/time in ISO 8601 format.\n\
- TIMESPEC=`date' for date only (the default),\n\
- `hours', `minutes', `seconds', or `ns' for date\n\
+ TIMESPEC='date' for date only (the default),\n\
+ 'hours', 'minutes', 'seconds', or 'ns' for date\n\
and time to the indicated precision.\n\
"), stdout);
fputs (_("\
@@ -142,7 +142,7 @@ Display the current time in the given FORMAT, or set the system date.\n\
"), stdout);
fputs (_("\
--rfc-3339=TIMESPEC output date and time in RFC 3339 format.\n\
- TIMESPEC=`date', `seconds', or `ns' for\n\
+ TIMESPEC='date', 'seconds', or 'ns' for\n\
date and time to the indicated precision.\n\
Date and time components are separated by\n\
a single space: 2006-08-07 12:34:56-06:00\n\
@@ -224,7 +224,7 @@ FORMAT controls the output. Interpreted sequences are:\n\
By default, date pads numeric fields with zeroes.\n\
"), stdout);
fputs (_("\
-The following optional flags may follow `%':\n\
+The following optional flags may follow '%':\n\
\n\
- (hyphen) do not pad the field\n\
_ (underscore) pad with spaces\n\