aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h18
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