summaryrefslogtreecommitdiff
path: root/coreutils/touch.c
diff options
context:
space:
mode:
authorDenys Vlasenko2021-06-13 03:12:09 +0200
committerDenys Vlasenko2021-06-13 03:12:09 +0200
commit1849285a2098b503b829038f00f25abc52dbea6b (patch)
treecd39fc71e17c465b81174b83d64cd05eee2edad3 /coreutils/touch.c
parent6b6826f0b87b13c5e83786f045b90d703507464e (diff)
downloadbusybox-1849285a2098b503b829038f00f25abc52dbea6b.zip
busybox-1849285a2098b503b829038f00f25abc52dbea6b.tar.gz
*: more --help tweaks, mostly expanding ts --help
function old new delta packed_usage 33554 33596 +42 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r--coreutils/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c
index 2b225dd..ec12eb7 100644
--- a/coreutils/touch.c
+++ b/coreutils/touch.c
@@ -31,7 +31,7 @@
//kbuild:lib-$(CONFIG_TOUCH) += touch.o
//usage:#define touch_trivial_usage
-//usage: "[-c" IF_FEATURE_TOUCH_SUSV3("am") "]"
+//usage: "[-ch" IF_FEATURE_TOUCH_SUSV3("am") "]"
//usage: IF_FEATURE_TOUCH_SUSV3(" [-d DATE] [-t DATE] [-r FILE]")
//usage: " FILE..."
//usage:#define touch_full_usage "\n\n"