From patchwork Mon Jun 27 18:37:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 9201099 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 72B57607D3 for ; Mon, 27 Jun 2016 18:38:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 66E972859C for ; Mon, 27 Jun 2016 18:38:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5B86A285B9; Mon, 27 Jun 2016 18:38:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1E6162859C for ; Mon, 27 Jun 2016 18:38:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 120631A1E05; Mon, 27 Jun 2016 11:39:01 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id 5F8641A1E04 for ; Mon, 27 Jun 2016 11:39:00 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 27 Jun 2016 11:38:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.26,537,1459839600"; d="scan'208"; a="1010661060" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.14]) by fmsmga002.fm.intel.com with ESMTP; 27 Jun 2016 11:38:26 -0700 Subject: [ndctl PATCH] ndctl: delete duplicate -v on "ndctl destroy-namespace --help" page From: Dan Williams To: linux-nvdimm@lists.01.org Date: Mon, 27 Jun 2016 11:37:43 -0700 Message-ID: <146705266321.37678.11072958328083418796.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP "xable-namespace-options.txt" already includes a -v description, so delete the local one. Reported-by: Yi Zhang Signed-off-by: Dan Williams --- Documentation/ndctl-destroy-namespace.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/ndctl-destroy-namespace.txt b/Documentation/ndctl-destroy-namespace.txt index ea6d2856107a..623820533cec 100644 --- a/Documentation/ndctl-destroy-namespace.txt +++ b/Documentation/ndctl-destroy-namespace.txt @@ -22,11 +22,6 @@ include::xable-namespace-options.txt[] Specifying --force causes the namespace to be disabled before the operation is attempted. --v:: ---verbose:: - Emit debug messages for the namespace destruction operation - - SEE ALSO -------- linkndctl:ndctl-create-namespace[1]