diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-07-24 15:39:31 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-07-24 15:39:31 -0400 |
commit | 412c272389116f18218148c7a84c0486ad814051 (patch) | |
tree | 392641e5e9afb5f86b98d80b6f9cb1a578099740 /test | |
parent | cd99e34adaad23a24b3333fe45d4267fef3a1eeb (diff) | |
download | egawk-412c272389116f18218148c7a84c0486ad814051.tar.gz egawk-412c272389116f18218148c7a84c0486ad814051.tar.bz2 egawk-412c272389116f18218148c7a84c0486ad814051.zip |
Fix option ordering in usage output.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/badargs.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 80b6a578..d0abdde3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-07-24 Arnold D. Robbins <arnold@skeeve.com> + + * badargs.ok: Adjust after correctly alphabetizing options. + 2014-07-10 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (printhuge): New test. diff --git a/test/badargs.ok b/test/badargs.ok index 1be81ec3..8d34be1f 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -18,9 +18,9 @@ Short options: GNU long options: (extensions) -i includefile --include=includefile -l library --load=library -L [fatal] --lint[=fatal] - -n --non-decimal-data -M --bignum -N --use-lc-numeric + -n --non-decimal-data -o[file] --pretty-print[=file] -O --optimize -p[file] --profile[=file] |