| commit | 544248c027aa17845f7b35efc11316892f9af326 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Wed Aug 07 16:31:00 2024 +0200 |
| committer | Jan Beulich <jbeulich@suse.com> | Wed Aug 07 16:31:00 2024 +0200 |
| tree | acacd8214e5d5d510718e16495be94d1402d2b62 | |
| parent | 643f8ace5c908224c74276c901274c0c48d36a68 [diff] |
gas: improve unrecognized command line option diagnostic Printing optc with %c makes sense only when optc is actually a character. Add logic to also deal with unrecognized long options, rejected by md_parse_option() rather than get_opt_long_only(). Also quote the reproduced strings, such that possible included whitespace can be recognized.