diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-12-07 05:54:48 +0300 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2018-04-07 01:50:34 +0300 |
commit | 6145de836a5ead2732667ac76917f5c296599f5f (patch) | |
tree | 6520922db44301ce171c8ebd377115c096ae2aa7 /scripts | |
parent | 20cdfb5fc49550e66a972ed448e2dacb229aa5d1 (diff) | |
download | linux-6145de836a5ead2732667ac76917f5c296599f5f.tar.xz |
leaking_addresses: remove command examples
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/leaking_addresses.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index b10fd606cef6..02393dbca583 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl @@ -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 |