Skip to content

* src/options.c (set_long_option): Fix behavior for options that don't accept arguments and are not boolean

Akash Rawal requested to merge akash_rawal/wget2:fix_help_f into master

The issue can be triggered by

wget2 --help google.com

I admit it looks wierd but AFAIK all other programs ignore parameters when --help is given.

Merge request reports