https://sourceware.org/bugzilla/show_bug.cgi?id=33937
--- Comment #8 from Mark Wielaard <mark at klomp dot org> ---
The man page and the --help text seem to be somewhat out of date:
$ debuginfod-find --help
Usage: debuginfod-find [OPTION...] debuginfo BUILDID
or: debuginfod-find [OPTION...] debuginfo PATH
or: debuginfod-find [OPTION...] executable BUILDID
or: debuginfod-find [OPTION...] executable PATH
or: debuginfod-find [OPTION...] source BUILDID /FILENAME
or: debuginfod-find [OPTION...] source PATH /FILENAME
or: debuginfod-find [OPTION...] section BUILDID SECTION-NAME
or: debuginfod-find [OPTION...] section PATH SECTION-NAME
or: debuginfod-find [OPTION...]
metadata (glob|file|KEY) (GLOB|FILENAME|VALUE)
or: debuginfod-find [OPTION...]
Request debuginfo-related content from debuginfods listed in $DEBUGINFOD_URLS.
-v, --verbose Increase verbosity.
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Report bugs to https://sourceware.org/bugzilla.
The man page doesn't mention the "section" subcommand, only mentions the short
OPTION -v, not the long option --verbose, and is missing the --help, --usage
and --verbose options.
It might be an idea to use help2man for generating the tool manpages.
--
You are receiving this mail because:
You are on the CC list for the bug.