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 /include | |
parent | 10b781345f549f4a6a72f6d205cf5acc92967c19 (diff) |
Patch from Denis Dowling to fix a ocuple of usage entries
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 @@ "\t-j\tUse julian dates.\n" \ "\t-y\tDisplay the entire year." +#define cart_trivial_usage \ + "blah" +#define cart_full_usage \ + "blah blah" + #define cat_trivial_usage \ "[-u] [FILE]..." #define cat_full_usage \ @@ -226,7 +231,7 @@ "\t-c dir\tworking dir" #define crontab_trivial_usage \ - "crontab [-c dir] {file|-}|[-u|-l|-e|-d user]" + "[-c dir] {file|-}|[-u|-l|-e|-d user]" #define crontab_full_usage \ "\tfile <opts> replace crontab from file\n" \ "\t- <opts> replace crontab from stdin\n" \ @@ -758,7 +763,7 @@ "done\n" #define getty_trivial_usage \ - "getty [OPTIONS]... baud_rate,... line [termtype]" + "[OPTIONS]... baud_rate,... line [termtype]" #define getty_full_usage \ "\nOpens a tty, prompts for a login name, then invokes /bin/login\n\n" \ "Options:\n" \ |