summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c
index a7907e2..d8a930f 100644
--- a/coreutils/touch.c
+++ b/coreutils/touch.c
@@ -35,7 +35,7 @@
//usage: IF_FEATURE_TOUCH_SUSV3(" [-d DATE] [-t DATE] [-r FILE]")
//usage: " FILE..."
//usage:#define touch_full_usage "\n\n"
-//usage: "Update the last-modified date on the given FILE[s]\n"
+//usage: "Update mtime of FILE\n"
//usage: "\n -c Don't create files"
//usage: "\n -h Don't follow links"
//usage: IF_FEATURE_TOUCH_SUSV3(