Patch from Denis Dowling to fix a ocuple of usage entries
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 25 Feb 2004 10:35:55 +0000 (10:35 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 25 Feb 2004 10:35:55 +0000 (10:35 -0000)
include/usage.h

index 56650d5..459b848 100644 (file)
        "\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 \
        "\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" \
         "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" \