The three arguments -nohelp, -noh, and -no? were previously silently accepted and interpreted as -help, -h, and -? respectively. As negating these arguments is meaningless, this is now blocked and properly communicated to the user, resulting in e.g.:
Error parsing command line arguments: Negating of -help is meaningless and therefore forbidden
Not that anyone ever complained about this. I just noticed this oddity while looking through the code.