From 4fcefb9e90fa5f230c8a728943ca2db2727fe673 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Feb 2006 23:38:59 +0000 Subject: fixup whitespace in awk help output --- include/usage.h | 4 ++-- 1 file 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]" -- cgit v1.2.3