From patchwork Fri Jan 18 00:37:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 213414 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 3D0A02C007A for ; Fri, 18 Jan 2013 11:37:18 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TvzxM-0000fn-Db; Fri, 18 Jan 2013 00:37:16 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TvzxK-0000fh-Qx for fwts-devel@lists.ubuntu.com; Fri, 18 Jan 2013 00:37:14 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TvzxK-0005bx-MR for fwts-devel@lists.ubuntu.com; Fri, 18 Jan 2013 00:37:14 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] doc/fwts: remove debug options from fwts man page (LP: #1100955) Date: Fri, 18 Jan 2013 00:37:14 +0000 Message-Id: <1358469434-5063-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Remove --debug-output and --fwts-debug options from man page since these were removed from fwts a long time ago. Signed-off-by: Colin Ian King Acked-by: Chris Van Hoof Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- doc/fwts.1 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/fwts.1 b/doc/fwts.1 index 6a9eb91..58c3b27 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -69,10 +69,6 @@ run the non-interactive batch tests. Batch tests require no user interaction. .B \-\-batch\-experimental run only batch experimental tests. .TP -.B \-\-debug\-output=file -when running with \-\-fwts\-debug this option specifies where the debug output will be written to. One -can also specify stdout and stderr to redirect to these output streams. -.TP .B \-\-disassemble\-aml Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT tables and generates DSDT.dsl and SSDTx.dsl sources. @@ -110,9 +106,6 @@ This cannot be used with \-\-filter\-error\-discard. .B \-f, \-\-force\-clean creates a new results log file, rather than just appending to any existing one (default). .TP -.B \-\-fwts\-debug -enable the internal debugger. This dumps debug information to stderr. -.TP .B \-h, \-\-help outputs the internal help page. .TP