Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-04-14 15:52:09 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-04-14 15:52:09 +0300
commit93f1255af28c5fca0e704c6096e25fb3a5c09a67 (patch)
tree7fdc9e71aab193346a2f80c86a2d131e74c217e4 /coreutils/touch.c
parentd156bcf71eb62f4e240e45cb2b84bb4eeb6a1e64 (diff)
touch: shorten --help text
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 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(