summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-26 23:39:04 +0000
committerJim Meyering <jim@meyering.net>1993-10-26 23:39:04 +0000
commitce4dbc851343d322a5c7235abe5819ba8ecc2abb (patch)
tree6b34af39cbbf479571ea810cb79dd2ea367927b1 /src/touch.c
parentf5da03589e6e94588b100b02b73ae47ddf5a57ea (diff)
downloadcoreutils-ce4dbc851343d322a5c7235abe5819ba8ecc2abb.tar.xz
merge with 3.9a
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/touch.c b/src/touch.c
index 2b298e763..b664fae57 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -389,13 +389,13 @@ usage (status)
\n\
-a change only the access time\n\
-c do not create any files\n\
- -d, --date STRING parse STRING and use it instead of current time\n\
+ -d, --date=STRING parse STRING and use it instead of current time\n\
-f (ignored)\n\
-m change only the modification time\n\
- -r, --file REFERENCE use this file's times instead of current time\n\
+ -r, --file=REFERENCE use this file's times instead of current time\n\
-t STAMP use MMDDhhmm[[CC]YY][.ss] instead of current time\n\
--help display this help and exit\n\
- --time WORD access -a, atime -a, mtime -m, modify -m, use -a\n\
+ --time=WORD access -a, atime -a, mtime -m, modify -m, use -a\n\
--version output version information and exit\n\
\n\
STAMP may be used without -t if none of -drt, nor --, are used.\n");