summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 14:08:03 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:50:08 +0100
commit9af0dced5a2eb167ec7b9dfe3f358f214e45d41a (patch)
treeb182495d17047e581cbee89db69d76d87173b0cc /src/date.c
parent36b9a1b6ac2730e78c14552fd55795fe10862a3d (diff)
downloadcoreutils-9af0dced5a2eb167ec7b9dfe3f358f214e45d41a.tar.xz
maint: convert `...' to '...' in --help output
All affected lines end with \ or \n\, so run this command until it produces no new changes (4 times): git grep -E -l '`[^ ]+'\''.*\\' src \ |xargs perl -pi -e 's/`([^ ]+'\''.*\\)/'\''$1/'
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\