From: Jim Meyering Date: Wed, 6 Mar 1996 05:04:05 +0000 (+0000) Subject: (usage): Reorder --time and --help so --help is the latter (just X-Git-Tag: FILEUTILS-3_12j~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c239e82816368956b3dfc5124a07a37a134fbdc7;p=thirdparty%2Fcoreutils.git (usage): Reorder --time and --help so --help is the latter (just before --version) to be consistent with other usage functions. --- diff --git a/src/touch.c b/src/touch.c index fbe5427430..2bb6e8a5f8 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"));