diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:09:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:09:56 +0300 |
commit | bc70de7b3302d5a81515b901cae376b8b51d2004 (patch) | |
tree | d36d6743e65697f6923b79d0ea8f9f9bf4ef7398 /test/badargs.ok | |
parent | b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2 (diff) | |
download | egawk-bc70de7b3302d5a81515b901cae376b8b51d2004.tar.gz egawk-bc70de7b3302d5a81515b901cae376b8b51d2004.tar.bz2 egawk-bc70de7b3302d5a81515b901cae376b8b51d2004.zip |
Move to gawk-3.1.0.
Diffstat (limited to 'test/badargs.ok')
-rw-r--r-- | test/badargs.ok | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/badargs.ok b/test/badargs.ok index 4913f0dd..b6f9cfea 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -1,6 +1,6 @@ gawk: option requires an argument -- f Usage: gawk [POSIX or GNU style options] -f progfile [--] file ... - gawk [POSIX or GNU style options] [--] 'program' file ... +Usage: gawk [POSIX or GNU style options] [--] 'program' file ... POSIX options: GNU long options: -f progfile --file=progfile -F fs --field-separator=fs @@ -9,9 +9,13 @@ POSIX options: GNU long options: -W compat --compat -W copyleft --copyleft -W copyright --copyright + -W dump-variables[=file] --dump-variables[=file] + -W gen-po --gen-po -W help --help - -W lint --lint + -W lint[=fatal] --lint[=fatal] -W lint-old --lint-old + -W non-decimal-data --non-decimal-data + -W profile[=file] --profile[=file] -W posix --posix -W re-interval --re-interval -W source=program-text --source=program-text @@ -19,6 +23,5 @@ POSIX options: GNU long options: -W usage --usage -W version --version -To report bugs, see node `Bugs' in `gawk.info', which -is section `Reporting Problems and Bugs' in the -printed version. +To report bugs, see node `Bugs' in `gawk.info', which is +section `Reporting Problems and Bugs' in the printed version. |