﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
131	The -n option wants an argument.	ajbeach	Peter	"If I type in the following:
{{{
driver/dfa-cpp -n <small-file>.cfa
}}}
The program hangs waiting for input. However adding {{{--}}} fixes that:
{{{
driver/dfa-cpp -n -- <small-file>.cfa
}}}
It appear -n is taking the file name as an argument even thought the option is supposed to be a stand alone flag."	defect	closed	minor	cfa-cc	1.0	fixed		
