Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752487AbdLGEcm (ORCPT ); Wed, 6 Dec 2017 23:32:42 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33547 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752430AbdLGEck (ORCPT ); Wed, 6 Dec 2017 23:32:40 -0500 X-ME-Sender: From: "Tobin C. Harding" To: me@tobin.cc, kaiwan.billimoria@gmail.com Cc: "Kirill A. Shutemov" , Alexander Kapshuk , LKML , kernel-hardening@lists.openwall.com Subject: [PATCH 1/5] leaking_addresses: remove command examples Date: Thu, 7 Dec 2017 15:32:21 +1100 Message-Id: <1512621145-4783-2-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1512621145-4783-1-git-send-email-me@tobin.cc> References: <1512621145-4783-1-git-send-email-me@tobin.cc> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 34 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 --- scripts/leaking_addresses.pl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index 1c5637db82a5..2c5da2296e94 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl @@ -102,17 +102,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 -- 2.7.4