From 6591e754b2c0513d115a560fe105e3dc0c973ccc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Aug 1999 20:01:50 +0000 Subject: [PATCH] (usage): Clarify description of --time=WORD. --- src/touch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/touch.c b/src/touch.c index c3f76917a6..89595bb5a4 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\ -- 2.47.3