summaryrefslogtreecommitdiff
path: root/test/badargs.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/badargs.ok')
-rw-r--r--test/badargs.ok20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/badargs.ok b/test/badargs.ok
new file mode 100644
index 00000000..a4652933
--- /dev/null
+++ b/test/badargs.ok
@@ -0,0 +1,20 @@
+gawk: option requires an argument -- f
+Usage: gawk [POSIX or GNU style options] -f progfile [--] file ...
+ gawk [POSIX or GNU style options] [--] 'program' file ...
+POSIX options: GNU long options:
+ -f progfile --file=progfile
+ -F fs --field-separator=fs
+ -v var=val --assign=var=val
+ -m[fr]=val
+ -W compat --compat
+ -W copyleft --copyleft
+ -W copyright --copyright
+ -W help --help
+ -W lint --lint
+ -W lint-old --lint-old
+ -W posix --posix
+ -W re-interval --re-interval
+ -W source=program-text --source=program-text
+ -W traditional --traditional
+ -W usage --usage
+ -W version --version