[git commit] touch: shorten --help text

Denys Vlasenko vda.linux at googlemail.com
Wed Apr 14 12:52:09 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=93f1255af28c5fca0e704c6096e25fb3a5c09a67
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/touch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/touch.c b/coreutils/touch.c
index a7907e2c8..d8a930f7d 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(


More information about the busybox-cvs mailing list