From c239e82816368956b3dfc5124a07a37a134fbdc7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Mar 1996 05:04:05 +0000 Subject: [PATCH] (usage): Reorder --time and --help so --help is the latter (just before --version) to be consistent with other usage functions. --- src/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.47.2