summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-09 19:56:10 +0000
committerJim Meyering <jim@meyering.net>1999-09-09 19:56:10 +0000
commit67aaf0afa6d2d7b232b7e9ddc1af480966e08558 (patch)
treee285f87f1ac69db6233673db764bb8cd2c42f3ae /src
parentfc02691130e0b32539a8563699a9f9f5f08e6d19 (diff)
downloadcoreutils-67aaf0afa6d2d7b232b7e9ddc1af480966e08558.tar.xz
(usage): Remove misleading sentence in --help output.
From Karl Heuer.
Diffstat (limited to 'src')
-rw-r--r--src/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 89595bb5a..de9be5e7f 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -278,7 +278,6 @@ Update the access and modification times of each FILE to the current time.\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\
Note that the three time-date formats recognized for the -d and -t options\n\
and for the obsolescent argument are all different.\n\
"));