diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-01 13:06:03 +0100 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-01 13:06:03 +0100 |
commit | 3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3 (patch) | |
tree | f672972cbfd8cf87a1c386235fbb5522331d1a89 /include/usage.src.h | |
parent | 631fd5ccd7372e2c09e953cc3c5d0176ee2bc6d2 (diff) | |
download | busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.tar.gz busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.tar.bz2 busybox-w32-3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3.zip |
touch: fix help text to not show options disabled in .config
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r-- | include/usage.src.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 7de2c6928..c413fbb91 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -4005,22 +4005,6 @@ INSERT | |||
4005 | "and display a screenful of them." \ | 4005 | "and display a screenful of them." \ |
4006 | //TODO: add options and keyboard commands | 4006 | //TODO: add options and keyboard commands |
4007 | 4007 | ||
4008 | #define touch_trivial_usage \ | ||
4009 | "[-c] [-d DATE] [-r FILE] FILE [FILE]..." | ||
4010 | #define touch_full_usage "\n\n" \ | ||
4011 | "Update the last-modified date on the given FILE[s]\n" \ | ||
4012 | "\nOptions:" \ | ||
4013 | "\n -c Don't create files" \ | ||
4014 | "\n -d DT Date/time to use" \ | ||
4015 | "\n -r FILE Use FILE's date/time" \ | ||
4016 | |||
4017 | #define touch_example_usage \ | ||
4018 | "$ ls -l /tmp/foo\n" \ | ||
4019 | "/bin/ls: /tmp/foo: No such file or directory\n" \ | ||
4020 | "$ touch /tmp/foo\n" \ | ||
4021 | "$ ls -l /tmp/foo\n" \ | ||
4022 | "-rw-rw-r-- 1 andersen andersen 0 Apr 15 01:11 /tmp/foo\n" | ||
4023 | |||
4024 | #define tr_trivial_usage \ | 4008 | #define tr_trivial_usage \ |
4025 | "[-cds] STRING1 [STRING2]" | 4009 | "[-cds] STRING1 [STRING2]" |
4026 | #define tr_full_usage "\n\n" \ | 4010 | #define tr_full_usage "\n\n" \ |