]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Improve wording in description of the --time=WORD option.
authorJim Meyering <jim@meyering.net>
Wed, 9 Jun 2004 14:47:29 +0000 (14:47 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Jun 2004 14:47:29 +0000 (14:47 +0000)
src/touch.c

index 8dd204c8541240f5f943b154a03aa644c826a790..5e78999507a8933b7779eee0be381465a04a9096 100644 (file)
@@ -245,8 +245,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -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            set time given by WORD: access atime use (same as -a)\n\
-                           modify mtime (same as -m)\n\
+  --time=WORD            change the specified time:\n\
+                           WORD is access, atime, or use: equivalent to -a\n\
+                           WORD is modify or mtime: equivalent to -m\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);