The help message for 'nodebug' is misleading at best, as the default for debug is 0. Otherwise we could add help messages for 'nodisablewallet', ...
Furthermore, there can never be an option in the map that starts with 'no', so no need to bloat the code with a GetBoolArg() that is always false.