diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-25 10:35:55 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-25 10:35:55 +0000 |
commit | d1daf8b6f4d96cceffb1463967dc3ab359341dff (patch) | |
tree | 19b21f98b8f1eeab02c090fec797532a54ffaa28 | |
parent | 10b781345f549f4a6a72f6d205cf5acc92967c19 (diff) | |
download | busybox-w32-d1daf8b6f4d96cceffb1463967dc3ab359341dff.tar.gz busybox-w32-d1daf8b6f4d96cceffb1463967dc3ab359341dff.tar.bz2 busybox-w32-d1daf8b6f4d96cceffb1463967dc3ab359341dff.zip |
Patch from Denis Dowling to fix a ocuple of usage entries
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 56650d565..459b848a5 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -101,6 +101,11 @@ | |||
101 | "\t-j\tUse julian dates.\n" \ | 101 | "\t-j\tUse julian dates.\n" \ |
102 | "\t-y\tDisplay the entire year." | 102 | "\t-y\tDisplay the entire year." |
103 | 103 | ||
104 | #define cart_trivial_usage \ | ||
105 | "blah" | ||
106 | #define cart_full_usage \ | ||
107 | "blah blah" | ||
108 | |||
104 | #define cat_trivial_usage \ | 109 | #define cat_trivial_usage \ |
105 | "[-u] [FILE]..." | 110 | "[-u] [FILE]..." |
106 | #define cat_full_usage \ | 111 | #define cat_full_usage \ |
@@ -226,7 +231,7 @@ | |||
226 | "\t-c dir\tworking dir" | 231 | "\t-c dir\tworking dir" |
227 | 232 | ||
228 | #define crontab_trivial_usage \ | 233 | #define crontab_trivial_usage \ |
229 | "crontab [-c dir] {file|-}|[-u|-l|-e|-d user]" | 234 | "[-c dir] {file|-}|[-u|-l|-e|-d user]" |
230 | #define crontab_full_usage \ | 235 | #define crontab_full_usage \ |
231 | "\tfile <opts> replace crontab from file\n" \ | 236 | "\tfile <opts> replace crontab from file\n" \ |
232 | "\t- <opts> replace crontab from stdin\n" \ | 237 | "\t- <opts> replace crontab from stdin\n" \ |
@@ -758,7 +763,7 @@ | |||
758 | "done\n" | 763 | "done\n" |
759 | 764 | ||
760 | #define getty_trivial_usage \ | 765 | #define getty_trivial_usage \ |
761 | "getty [OPTIONS]... baud_rate,... line [termtype]" | 766 | "[OPTIONS]... baud_rate,... line [termtype]" |
762 | #define getty_full_usage \ | 767 | #define getty_full_usage \ |
763 | "\nOpens a tty, prompts for a login name, then invokes /bin/login\n\n" \ | 768 | "\nOpens a tty, prompts for a login name, then invokes /bin/login\n\n" \ |
764 | "Options:\n" \ | 769 | "Options:\n" \ |