summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-06 05:04:05 +0000
committerJim Meyering <jim@meyering.net>1996-03-06 05:04:05 +0000
commitc239e82816368956b3dfc5124a07a37a134fbdc7 (patch)
tree6400b30ac4458806311fdea05d34c76d67c4590b /src
parentaaa9cb7c227451496651271125cdf92646e1ce7f (diff)
downloadcoreutils-c239e82816368956b3dfc5124a07a37a134fbdc7.tar.xz
(usage): Reorder --time and --help so --help is the latter (just
before --version) to be consistent with other usage functions.
Diffstat (limited to 'src')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index fbe542743..2bb6e8a5f 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -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"));