BR 1834731: Remove redundant error messages for no input file
commit70c0bf22a2bee2ae7e1d5e119782df047d84965f
authorH. Peter Anvin <hpa@zytor.com>
Mon, 19 Nov 2007 19:45:40 +0000 (19 11:45 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 19 Nov 2007 19:45:40 +0000 (19 11:45 -0800)
treed7b17316a2bd61c50e628796fc1ea4f8da020a77
parentf096968998fb1ec8bcea6b7bff51a96c56fd3eab
BR 1834731: Remove redundant error messages for no input file

Avoid redundant error messages:

./nasm
nasm: error: no input file specified
nasm: fatal: file `' is both input and output file
type `nasm -h' for help

... which is more than a wee bit confusing to the user.
nasm.c