Doc: update man page for the option "--src directory"

The "--src directory" option information is missing from the man page of
crash utility.  Originally it was added by commit 9254c7f206d5 ("Added a
new "--src <directory>"...), let's sync this option information to the
man page.

Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
This commit is contained in:
Lianbo Jiang 2022-02-14 17:07:38 +08:00 committed by Kazuhito Hagio
parent 1ecb351309
commit 0a4434f4cb

View File

@ -486,6 +486,10 @@ command, search for their object files in
.I directory
instead of in the standard location.
.TP
.BI --src \ directory
Search for the kernel source code in directory instead of in the
standard location that is compiled into the debuginfo data.
.TP
.BI --kaslr \ offset | auto
If an x86_64 kernel was configured with
.B CONFIG_RANDOMIZE_BASE,