Commit 6145de83 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

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: default avatarTobin C. Harding <me@tobin.cc>
parent 20cdfb5f
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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