aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" \