From cbb7e18c2528c50e7b202201455b45ed19db7391 Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 25 Feb 2004 10:35:55 +0000 Subject: 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 --- include/usage.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') 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 replace crontab from file\n" \ "\t- 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" \ -- cgit v1.2.3-55-g6feb