diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-08 20:01:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-08 20:01:50 +0000 |
commit | 6591e754b2c0513d115a560fe105e3dc0c973ccc (patch) | |
tree | 3cf6a02bf0cb2741564e698feb8c4f45613a3d44 /src | |
parent | 05c804e18f9e48f9a6ae4cb499dd28e93a09bc81 (diff) | |
download | coreutils-6591e754b2c0513d115a560fe105e3dc0c973ccc.tar.xz |
(usage): Clarify description of --time=WORD.
Diffstat (limited to 'src')
-rw-r--r-- | src/touch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index c3f76917a..89595bb5a 100644 --- a/src/touch.c +++ b/src/touch.c @@ -273,7 +273,8 @@ Update the access and modification times of each FILE to the current time.\n\ -m change only the modification time\n\ -r, --reference=FILE use this file's times instead of current time\n\ -t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time\n\ - --time=WORD access -a, atime -a, mtime -m, modify -m, use -a\n\ + --time=WORD set time given by WORD: access atime use (same as -a)\n\ + modify mtime (same as -m)\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |