]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
leaking_addresses: indent dependant options
authorTobin C. Harding <me@tobin.cc>
Thu, 7 Dec 2017 02:57:53 +0000 (13:57 +1100)
committerTobin C. Harding <me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000 (08:50 +1000)
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>
scripts/leaking_addresses.pl

index 02393dbca583fa57453d033a46ff467c4dd8a95d..31cf54ad379f1ae898097d5f838e8293e78c7213 100755 (executable)
@@ -92,14 +92,14 @@ Version: $V
 
 Options:
 
-       -o, --output-raw=<file>  Save results for future processing.
-       -i, --input-raw=<file>   Read results from file instead of scanning.
-           --raw                Show raw results (default).
-           --suppress-dmesg     Do not show dmesg results.
-           --squash-by-path     Show one result per unique path.
-           --squash-by-filename Show one result per unique filename.
-       -d, --debug              Display debugging output.
-       -h, --help, --version    Display this help and exit.
+       -o, --output-raw=<file>         Save results for future processing.
+       -i, --input-raw=<file>          Read results from file instead of scanning.
+             --raw                     Show raw results (default).
+             --suppress-dmesg          Do not show dmesg results.
+             --squash-by-path          Show one result per unique path.
+             --squash-by-filename      Show one result per unique filename.
+       -d, --debug                     Display debugging output.
+       -h, --help, --version           Display this help and exit.
 
 Scans the running (64 bit) kernel for potential leaking addresses.