Fix awk entry, which was not showing up in BusyBox.txt for some reason
This commit is contained in:
parent
ef02f82bcf
commit
08f59e32c1
@ -59,13 +59,19 @@
|
|||||||
"\t-s sender\tSet specific sender IP address\n" \
|
"\t-s sender\tSet specific sender IP address\n" \
|
||||||
"\ttarget\t\tTarget IP address of ARP request\n"
|
"\ttarget\t\tTarget IP address of ARP request\n"
|
||||||
|
|
||||||
|
#define ash_trivial_usage \
|
||||||
|
"[FILE]...\n" \
|
||||||
|
"or: ash -c command [args]...\n"
|
||||||
|
#define ash_full_usage \
|
||||||
|
"The ash shell (command interpreter)"
|
||||||
|
|
||||||
#define awk_trivial_usage \
|
#define awk_trivial_usage \
|
||||||
"[-v var=val][-F sep] { -f progname | 'programtext' } [FILE ...]"
|
"[OPTION]... [program-text] [FILE ...]"
|
||||||
#define awk_full_usage \
|
#define awk_full_usage \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-v var=val\tassign value 'val' to variable 'var'\n" \
|
"\t-v var=val\t\tassign value 'val' to variable 'var'\n" \
|
||||||
"\t-F sep\t\tuse 'sep' as field separator\n" \
|
"\t-F sep\t\tuse 'sep' as field separator\n" \
|
||||||
"\t-f progname\tread program source from file 'progname'\n"
|
"\t-f progname\t\tread program source from file 'progname'\n"
|
||||||
|
|
||||||
#define basename_trivial_usage \
|
#define basename_trivial_usage \
|
||||||
"FILE [SUFFIX]"
|
"FILE [SUFFIX]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user