aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent30a6bba65f7f565aecc0904c42af8de50ff4c97c (diff)
downloadbusybox-4fcefb9e90fa5f230c8a728943ca2db2727fe673.tar.gz
fixup whitespace in awk help output
Diffstat (limited to 'include')
-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 @@
"[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]"