diff options
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 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]" |
