diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-06 05:04:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-06 05:04:05 +0000 |
commit | c239e82816368956b3dfc5124a07a37a134fbdc7 (patch) | |
tree | 6400b30ac4458806311fdea05d34c76d67c4590b /src | |
parent | aaa9cb7c227451496651271125cdf92646e1ce7f (diff) | |
download | coreutils-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.c | 2 |
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")); |