diff options
Diffstat (limited to 'test/badargs.good')
-rw-r--r-- | test/badargs.good | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/badargs.good b/test/badargs.good new file mode 100644 index 00000000..8fffe174 --- /dev/null +++ b/test/badargs.good @@ -0,0 +1,17 @@ +gawk: option requires an argument -- f +Gnu Awk (gawk) 2.15, patchlevel 3 +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 + -W compat --compat + -W copyleft --copyleft + -W copyright --copyright + -W help --help + -W lint --lint + -W posix --posix + -W source=program-text --source=program-text + -W usage --usage + -W version --version |