]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Reorder --time and --help so --help is the latter (just
authorJim Meyering <jim@meyering.net>
Wed, 6 Mar 1996 05:04:05 +0000 (05:04 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Mar 1996 05:04:05 +0000 (05:04 +0000)
before --version) to be consistent with other usage functions.

src/touch.c

index fbe542743066bb652f77a2db2f27cedcb69f3376..2bb6e8a5f897569e694dd1acf378132839bee3e2 100644 (file)
@@ -257,8 +257,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 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\
+      --help             display this help and exit\n\
       --version          output version information and exit\n\
 \n\
 STAMP may be used without -t if none of -drt, nor --, are used.\n"));