From: Pascal Bellard Date: Sun, 17 Oct 2010 22:43:07 +0000 (+0200) Subject: touch: update help text X-Git-Tag: 1_18_0~134 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=122a4b30f48d4e643148683ddd0ce74186259ca6;p=oweals%2Fbusybox.git touch: update help text Signed-off-by: Pascal Bellard Signed-off-by: Denys Vlasenko --- 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" \