fixup whitespace in awk help output
This commit is contained in:
parent
30a6bba65f
commit
4fcefb9e90
@ -72,9 +72,9 @@
|
||||
"[OPTION]... [program-text] [FILE ...]"
|
||||
#define awk_full_usage \
|
||||
"Options:\n" \
|
||||
"\t-v var=val\t\tassign value 'val' to variable 'var'\n" \
|
||||
"\t-v var=val\tassign value 'val' to variable 'var'\n" \
|
||||
"\t-F sep\t\tuse 'sep' as field separator\n" \
|
||||
"\t-f progname\t\tread program source from file 'progname'"
|
||||
"\t-f progname\tread program source from file 'progname'"
|
||||
|
||||
#define basename_trivial_usage \
|
||||
"FILE [SUFFIX]"
|
||||
|
Loading…
Reference in New Issue
Block a user