]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
leaking_addresses: remove command examples
authorTobin C. Harding <me@tobin.cc>
Thu, 7 Dec 2017 02:54:48 +0000 (13:54 +1100)
committerTobin C. Harding <me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000 (08:50 +1000)
Currently help output includes command examples. These were cute when we
first started development of this script but are unnecessary.

Remove command examples.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl

index b10fd606cef6b02a46739ecfc9b49aa4a0a7d062..02393dbca583fa57453d033a46ff467c4dd8a95d 100755 (executable)
@@ -101,17 +101,6 @@ Options:
        -d, --debug              Display debugging output.
        -h, --help, --version    Display this help and exit.
 
-Examples:
-
-       # Scan kernel and dump raw results.
-       $0
-
-       # Scan kernel and save results to file.
-       $0 --output-raw scan.out
-
-       # View summary report.
-       $0 --input-raw scan.out --squash-by-filename
-
 Scans the running (64 bit) kernel for potential leaking addresses.
 
 EOM