From patchwork Mon Jun 27 11:01:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zhang X-Patchwork-Id: 9200315 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 A5619607D3 for ; Mon, 27 Jun 2016 11:01:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 95CF328587 for ; Mon, 27 Jun 2016 11:01:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 88BDF2858E; Mon, 27 Jun 2016 11:01:58 +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 2EA9828587 for ; Mon, 27 Jun 2016 11:01:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id B6E191A1DFF; Mon, 27 Jun 2016 04:02:31 -0700 (PDT) X-Original-To: linux-nvdimm@ml01.01.org Delivered-To: linux-nvdimm@ml01.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7F19B1A1DFF for ; Mon, 27 Jun 2016 04:02:30 -0700 (PDT) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 181D263E30; Mon, 27 Jun 2016 11:01:56 +0000 (UTC) Received: from dhcp-12-112.nay.redhat.com (dhcp-12-112.nay.redhat.com [10.66.12.112]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5RB1sCa031518; Mon, 27 Jun 2016 07:01:54 -0400 From: Yi Zhang To: dan.j.williams@intel.com Subject: [PATCH] ndctl: delete duplicate -v on "ndctl destroy-namespace --help" page Date: Mon, 27 Jun 2016 19:01:46 +0800 Message-Id: <1467025306-12846-1-git-send-email-yizhan@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 27 Jun 2016 11:01:56 +0000 (UTC) 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: , Cc: linux-nvdimm@ml01.01.org MIME-Version: 1.0 Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP "ndctl destroy-namespace --help" page display below two -v option: [1]-v, --verbose Emit debug messages for the namespace operation [2]-v, --verbose Emit debug messages for the namespace destruction operation Delete the first one which included from xable-namespace-options.txt Signed-off-by: Yi Zhang --- Documentation/ndctl-destroy-namespace.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/ndctl-destroy-namespace.txt b/Documentation/ndctl-destroy-namespace.txt index ea6d285..3ebb0e8 100644 --- a/Documentation/ndctl-destroy-namespace.txt +++ b/Documentation/ndctl-destroy-namespace.txt @@ -14,7 +14,15 @@ include::namespace-description.txt[] OPTIONS ------- -include::xable-namespace-options.txt[] +:: +A 'namespaceX.Y' device name. The keyword 'all' can be specified to carry out +the operation on every namespace in the system, optionally filtered by region +(see --region=option) + +-r:: +--region=:: +include::xable-region-options.txt[] + -f:: --force:: Unless this option is specified the 'destroy namespace' @@ -26,7 +34,6 @@ include::xable-namespace-options.txt[] --verbose:: Emit debug messages for the namespace destruction operation - SEE ALSO -------- linkndctl:ndctl-create-namespace[1]