[git commit master 1/1] touch: update help text

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 17 22:43:07 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=122a4b30f48d4e643148683ddd0ce74186259ca6
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Pascal Bellard <pascal.bellard at ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/usage.src.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/usage.src.h b/include/usage.src.h
index 048e3e0..5d7767b 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" \
-- 
1.7.1



More information about the busybox-cvs mailing list