diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-12 22:07:10 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-12 22:07:10 +0000 |
commit | fbe079652e2dbba6d097a2d781038332b12a361a (patch) | |
tree | c5ece32ba58c2252d0d0baa69bdce1be645766a0 | |
parent | 80d32afd27e395dfef1732545121c353013189cb (diff) | |
download | busybox-w32-fbe079652e2dbba6d097a2d781038332b12a361a.tar.gz busybox-w32-fbe079652e2dbba6d097a2d781038332b12a361a.tar.bz2 busybox-w32-fbe079652e2dbba6d097a2d781038332b12a361a.zip |
Fix awk entry, which was not showing up in BusyBox.txt for some reason
git-svn-id: svn://busybox.net/trunk/busybox@8621 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/usage.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/include/usage.h b/include/usage.h index 37f88410f..ec8f3c808 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -59,13 +59,19 @@ | |||
59 | "\t-s sender\tSet specific sender IP address\n" \ | 59 | "\t-s sender\tSet specific sender IP address\n" \ |
60 | "\ttarget\t\tTarget IP address of ARP request\n" | 60 | "\ttarget\t\tTarget IP address of ARP request\n" |
61 | 61 | ||
62 | #define awk_trivial_usage \ | 62 | #define ash_trivial_usage \ |
63 | "[-v var=val][-F sep] { -f progname | 'programtext' } [FILE ...]" | 63 | "[FILE]...\n" \ |
64 | #define awk_full_usage \ | 64 | "or: ash -c command [args]...\n" |
65 | #define ash_full_usage \ | ||
66 | "The ash shell (command interpreter)" | ||
67 | |||
68 | #define awk_trivial_usage \ | ||
69 | "[OPTION]... [program-text] [FILE ...]" | ||
70 | #define awk_full_usage \ | ||
65 | "Options:\n" \ | 71 | "Options:\n" \ |
66 | "\t-v var=val\tassign value 'val' to variable 'var'\n" \ | 72 | "\t-v var=val\t\tassign value 'val' to variable 'var'\n" \ |
67 | "\t-F sep\t\tuse 'sep' as field separator\n" \ | 73 | "\t-F sep\t\tuse 'sep' as field separator\n" \ |
68 | "\t-f progname\tread program source from file 'progname'\n" | 74 | "\t-f progname\t\tread program source from file 'progname'\n" |
69 | 75 | ||
70 | #define basename_trivial_usage \ | 76 | #define basename_trivial_usage \ |
71 | "FILE [SUFFIX]" | 77 | "FILE [SUFFIX]" |
@@ -967,7 +973,7 @@ | |||
967 | "\t-F FILE\tUse the contents of FILE to specify the hostname" | 973 | "\t-F FILE\tUse the contents of FILE to specify the hostname" |
968 | #define hostname_example_usage \ | 974 | #define hostname_example_usage \ |
969 | "$ hostname\n" \ | 975 | "$ hostname\n" \ |
970 | "sage \n" | 976 | "sage\n" |
971 | 977 | ||
972 | #ifdef CONFIG_FEATURE_HTTPD_BASIC_AUTH | 978 | #ifdef CONFIG_FEATURE_HTTPD_BASIC_AUTH |
973 | #define USAGE_HTTPD_BASIC_AUTH(a) a | 979 | #define USAGE_HTTPD_BASIC_AUTH(a) a |