From: Tobin C. Harding Date: Thu, 7 Dec 2017 02:54:48 +0000 (+1100) Subject: leaking_addresses: remove command examples X-Git-Tag: v4.19~1265^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6145de836a5ead2732667ac76917f5c296599f5f;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index b10fd60..02393db 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