fixup whitespace in awk help output

This commit is contained in:
Mike Frysinger 2006-02-06 23:38:59 +00:00
parent 30a6bba65f
commit 4fcefb9e90

View File

@ -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]"