aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Bellard <pascal.bellard@ads-lu.com>2010-10-18 00:43:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-18 00:43:07 +0200
commit122a4b30f48d4e643148683ddd0ce74186259ca6 (patch)
tree2db428fd085c8aa4f7ff47a9ebdaf97d68a3ef66
parentb8d02597e3dcea16b6aeda2d1aae11ca3812932a (diff)
downloadbusybox-w32-122a4b30f48d4e643148683ddd0ce74186259ca6.tar.gz
busybox-w32-122a4b30f48d4e643148683ddd0ce74186259ca6.tar.bz2
busybox-w32-122a4b30f48d4e643148683ddd0ce74186259ca6.zip
touch: update help text
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/usage.src.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index 048e3e08f..5d7767bb4 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -4116,12 +4116,13 @@ INSERT
4116//TODO: add options and keyboard commands 4116//TODO: add options and keyboard commands
4117 4117
4118#define touch_trivial_usage \ 4118#define touch_trivial_usage \
4119 "[-c] [-d DATE] FILE [FILE]..." 4119 "[-c] [-d DATE] [-r FILE] FILE [FILE]..."
4120#define touch_full_usage "\n\n" \ 4120#define touch_full_usage "\n\n" \
4121 "Update the last-modified date on the given FILE[s]\n" \ 4121 "Update the last-modified date on the given FILE[s]\n" \
4122 "\nOptions:" \ 4122 "\nOptions:" \
4123 "\n -c Don't create files" \ 4123 "\n -c Don't create files" \
4124 "\n -d DT Date/time to use" \ 4124 "\n -d DT Date/time to use" \
4125 "\n -r FILE Use FILE's date/time" \
4125 4126
4126#define touch_example_usage \ 4127#define touch_example_usage \
4127 "$ ls -l /tmp/foo\n" \ 4128 "$ ls -l /tmp/foo\n" \