diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2021-04-04 21:57:20 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2021-04-04 21:57:20 -0400 |
commit | a8e925ec759712f969166d941b82817e9b68cfb9 (patch) | |
tree | 667345e7f6f0f99a85084ec046fe15f30e53d510 /doc/debuginfod.8 | |
parent | 69fc2b3a5cbbe6222cfe84e2e76b8b4b9195a4b3 (diff) | |
download | elfutils-a8e925ec759712f969166d941b82817e9b68cfb9.tar.gz |
doc/debuginfod.8: fix wrong parameter name for .deb files in description
One place in the description referred to the parameter for
.deb/.ddeb files as "-D" as opposed to the correct "-U".
Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Diffstat (limited to 'doc/debuginfod.8')
-rw-r--r-- | doc/debuginfod.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index c33a4b6b..1ba42cf6 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -64,7 +64,7 @@ or even use debuginfod itself: If any of the \fB\-R\fP, \fB-U\fP, or \fB-Z\fP options is given, each file is scanned as an archive file that may contain ELF/DWARF/source files. Archive files are recognized by extension. If \-R is given, -".rpm" files are scanned; if \-D is given, ".deb" and ".ddeb" files +".rpm" files are scanned; if \-U is given, ".deb" and ".ddeb" files are scanned; if \-Z is given, the listed extensions are scanned. Because of complications such as DWZ-compressed debuginfo, may require \fItwo\fP traversal passes to identify all source code. Source files |