| commit | d6249f5f1cfc5c37bf026a90a031e8c6463f169b | [log] [tgz] |
|---|---|---|
| author | Alan Modra <amodra@gmail.com> | Thu May 27 10:21:59 2021 +0930 |
| committer | Alan Modra <amodra@gmail.com> | Sat May 29 20:59:27 2021 +0930 |
| tree | c3f50f1e3b068ed9669239859b15a61e53313fd6 | |
| parent | f006d9e205f729aad48c0876eb8cd8feb70a6972 [diff] |
readelf and objdump help Splitting up help strings makes it more likely that at least some of the help translation survives adding new options. * readelf.c (parse_args): Call dwarf_select_sections_all on --debug-dump without optarg. (usage): Associate -w and --debug-dump options closely. Split up help message. Remove extraneous blank lines around ctf help. * objdump.c (usage): Similarly.