$ anaconda --help Starting installer, one moment... <help text follows> I think the "Starting installer" message shouldn't be printed when invoking help.
We need to have something printed as soon as anaconda starts for status, and this has to happen before option processing can be done. There's some code we need to do before option processing like setting up updates that precludes us from being able to do the kinds of tests we'd need. Sorry.