aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
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 /include/usage.src.h
parentb8d02597e3dcea16b6aeda2d1aae11ca3812932a (diff)
downloadbusybox-122a4b30f48d4e643148683ddd0ce74186259ca6.tar.gz
touch: update help text
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-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
//TODO: add options and keyboard commands
#define touch_trivial_usage \
- "[-c] [-d DATE] FILE [FILE]..."
+ "[-c] [-d DATE] [-r FILE] FILE [FILE]..."
#define touch_full_usage "\n\n" \
"Update the last-modified date on the given FILE[s]\n" \
"\nOptions:" \
"\n -c Don't create files" \
"\n -d DT Date/time to use" \
+ "\n -r FILE Use FILE's date/time" \
#define touch_example_usage \
"$ ls -l /tmp/foo\n" \