mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
leaking_addresses: indent dependant options
A number of the command line options to script are dependant on the option --input-raw being set. If we indent these options it makes explicit this dependency. Indent options dependant on --input-raw. Signed-off-by: Tobin C. Harding <me@tobin.cc>
This commit is contained in:
parent
6145de836a
commit
15d60a35b8
1 changed files with 8 additions and 8 deletions
|
@ -92,14 +92,14 @@ Version: $V
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-o, --output-raw=<file> Save results for future processing.
|
-o, --output-raw=<file> Save results for future processing.
|
||||||
-i, --input-raw=<file> Read results from file instead of scanning.
|
-i, --input-raw=<file> Read results from file instead of scanning.
|
||||||
--raw Show raw results (default).
|
--raw Show raw results (default).
|
||||||
--suppress-dmesg Do not show dmesg results.
|
--suppress-dmesg Do not show dmesg results.
|
||||||
--squash-by-path Show one result per unique path.
|
--squash-by-path Show one result per unique path.
|
||||||
--squash-by-filename Show one result per unique filename.
|
--squash-by-filename Show one result per unique filename.
|
||||||
-d, --debug Display debugging output.
|
-d, --debug Display debugging output.
|
||||||
-h, --help, --version Display this help and exit.
|
-h, --help, --version Display this help and exit.
|
||||||
|
|
||||||
Scans the running (64 bit) kernel for potential leaking addresses.
|
Scans the running (64 bit) kernel for potential leaking addresses.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue