summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/touch.c b/src/touch.c
index 70d7567a4..0879e431b 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -411,8 +411,8 @@ main (int argc, char **argv)
would fail. However, skip the warning if it ever fails. */
if (tm)
error (0, 0,
- _("warning: `touch %s' is obsolete; use "
- "`touch -t %04ld%02d%02d%02d%02d.%02d'"),
+ _("warning: 'touch %s' is obsolete; use "
+ "'touch -t %04ld%02d%02d%02d%02d.%02d'"),
argv[optind],
tm->tm_year + 1900L, tm->tm_mon + 1, tm->tm_mday,
tm->tm_hour, tm->tm_min, tm->tm_sec);