aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-06 23:38:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-06 23:38:59 +0000
commit4fcefb9e90fa5f230c8a728943ca2db2727fe673 (patch)
treecb8a70f9153c9eeaed9e21f2a6f371a1ede47e98
parent30a6bba65f7f565aecc0904c42af8de50ff4c97c (diff)
downloadbusybox-w32-4fcefb9e90fa5f230c8a728943ca2db2727fe673.tar.gz
busybox-w32-4fcefb9e90fa5f230c8a728943ca2db2727fe673.tar.bz2
busybox-w32-4fcefb9e90fa5f230c8a728943ca2db2727fe673.zip
fixup whitespace in awk help output
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 2505d0216..05fe506c8 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -72,9 +72,9 @@
72 "[OPTION]... [program-text] [FILE ...]" 72 "[OPTION]... [program-text] [FILE ...]"
73#define awk_full_usage \ 73#define awk_full_usage \
74 "Options:\n" \ 74 "Options:\n" \
75 "\t-v var=val\t\tassign value 'val' to variable 'var'\n" \ 75 "\t-v var=val\tassign value 'val' to variable 'var'\n" \
76 "\t-F sep\t\tuse 'sep' as field separator\n" \ 76 "\t-F sep\t\tuse 'sep' as field separator\n" \
77 "\t-f progname\t\tread program source from file 'progname'" 77 "\t-f progname\tread program source from file 'progname'"
78 78
79#define basename_trivial_usage \ 79#define basename_trivial_usage \
80 "FILE [SUFFIX]" 80 "FILE [SUFFIX]"