aboutsummaryrefslogtreecommitdiffstats
path: root/test/badargs.good
blob: 8fffe174d6a3e92faa00f8b08f98c1d1f333a1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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