Describe the bug
This runs fine:
Virtually all unix command line tools error out if an invalid option is passed. It's surprising that root does not and can lead to problems:
does not start root in batch mode, because there is no long spelling for -b.
Expected behavior
root --nonexistingoption should error out.