diff options
author | Mike Frysinger | 2006-02-06 23:38:59 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-02-06 23:38:59 +0000 |
commit | 4fcefb9e90fa5f230c8a728943ca2db2727fe673 (patch) | |
tree | cb8a70f9153c9eeaed9e21f2a6f371a1ede47e98 /include | |
parent | 30a6bba65f7f565aecc0904c42af8de50ff4c97c (diff) | |
download | busybox-4fcefb9e90fa5f230c8a728943ca2db2727fe673.zip busybox-4fcefb9e90fa5f230c8a728943ca2db2727fe673.tar.gz |
fixup whitespace in awk help output
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 2505d02..05fe506 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]" |