diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
commit | 6f3612539c425da2bc1d34db621696e6a273b01c (patch) | |
tree | 9623b3ac2c54a93e5eed3be2b1dda7f4e4bf0e47 /test/badargs.ok | |
parent | 4e3701015635401df2fc4da58abaab7645f4ebd3 (diff) | |
download | egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.gz egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.bz2 egawk-6f3612539c425da2bc1d34db621696e6a273b01c.zip |
Bring latest byte code gawk into git. Hurray!
Diffstat (limited to 'test/badargs.ok')
-rw-r--r-- | test/badargs.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/badargs.ok b/test/badargs.ok index aac60786..bbaf2a46 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -5,18 +5,17 @@ POSIX options: GNU long options: (standard) -f progfile --file=progfile -F fs --field-separator=fs -v var=val --assign=var=val -POSIX options: GNU long options: (extensions) +Short options: GNU long options: (extensions) -m[fr] val -b --characters-as-bytes - -c --compat, --traditional - -C --copyleft, --copyright + -c --traditional + -C --copyright -d [file] --dump-variables[=file] -e 'program-text' --source='program-text' -E file --exec=file -g --gen-pot - -h --help, --usage - -l [fatal] --lint[=fatal] - -L --lint-old + -h --help + -L [fatal] --lint[=fatal] -n --non-decimal-data -N --use-lc-numeric -O --optimize @@ -24,6 +23,7 @@ POSIX options: GNU long options: (extensions) -P --posix -r --re-interval -S --sandbox + -t --lint-old -V --version To report bugs, see node `Bugs' in `gawk.info', which is |