diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-12-06 21:57:53 -0500 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2018-04-06 18:50:34 -0400 |
commit | 15d60a35b8fe82363325494a2a7c49f26f9f5594 (patch) | |
tree | 424de7716d192ecbd107c86021bb5bdecba7188f | |
parent | 6145de836a5ead2732667ac76917f5c296599f5f (diff) |
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>
-rwxr-xr-x | scripts/leaking_addresses.pl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index 02393dbca583..31cf54ad379f 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl | |||
@@ -92,14 +92,14 @@ Version: $V | |||
92 | 92 | ||
93 | Options: | 93 | Options: |
94 | 94 | ||
95 | -o, --output-raw=<file> Save results for future processing. | 95 | -o, --output-raw=<file> Save results for future processing. |
96 | -i, --input-raw=<file> Read results from file instead of scanning. | 96 | -i, --input-raw=<file> Read results from file instead of scanning. |
97 | --raw Show raw results (default). | 97 | --raw Show raw results (default). |
98 | --suppress-dmesg Do not show dmesg results. | 98 | --suppress-dmesg Do not show dmesg results. |
99 | --squash-by-path Show one result per unique path. | 99 | --squash-by-path Show one result per unique path. |
100 | --squash-by-filename Show one result per unique filename. | 100 | --squash-by-filename Show one result per unique filename. |
101 | -d, --debug Display debugging output. | 101 | -d, --debug Display debugging output. |
102 | -h, --help, --version Display this help and exit. | 102 | -h, --help, --version Display this help and exit. |
103 | 103 | ||
104 | Scans the running (64 bit) kernel for potential leaking addresses. | 104 | Scans the running (64 bit) kernel for potential leaking addresses. |
105 | 105 | ||