diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-25 10:35:55 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-25 10:35:55 +0000 |
| commit | cbb7e18c2528c50e7b202201455b45ed19db7391 (patch) | |
| tree | 19b21f98b8f1eeab02c090fec797532a54ffaa28 /include | |
| parent | 5429826277d1c661aafe8b5175d2f17949ccea25 (diff) | |
| download | busybox-w32-cbb7e18c2528c50e7b202201455b45ed19db7391.tar.gz busybox-w32-cbb7e18c2528c50e7b202201455b45ed19db7391.tar.bz2 busybox-w32-cbb7e18c2528c50e7b202201455b45ed19db7391.zip | |
Patch from Denis Dowling to fix a ocuple of usage entries
git-svn-id: svn://busybox.net/trunk/busybox@8557 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
| -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" \ |
