From patchwork Sun Apr 23 11:14:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zhang X-Patchwork-Id: 9694787 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 A395F60245 for ; Sun, 23 Apr 2017 11:14:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B542223A6 for ; Sun, 23 Apr 2017 11:14:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7CEE026E4D; Sun, 23 Apr 2017 11:14:49 +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 ABCA8223A6 for ; Sun, 23 Apr 2017 11:14:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id DC02E21954079; Sun, 23 Apr 2017 04:14:46 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.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 31C5421954077 for ; Sun, 23 Apr 2017 04:14:46 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 694A14E4D2; Sun, 23 Apr 2017 11:14:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 694A14E4D2 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=yizhan@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 694A14E4D2 Received: from localhost.localdomain.com (ovpn-8-28.pek2.redhat.com [10.72.8.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7CAA980045; Sun, 23 Apr 2017 11:14:43 +0000 (UTC) From: Yi Zhang To: linux-nvdimm@lists.01.org Subject: [PATCH] daxctl: delete duplicate "-R, --regions" in "daxctl list --help" Date: Sun, 23 Apr 2017 19:14:29 +0800 Message-Id: <20170423111429.16275-1-yizhan@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Sun, 23 Apr 2017 11:14:45 +0000 (UTC) X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Yi Zhang Reviewed-by: Jeff Moyer --- Documentation/daxctl-list.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/daxctl-list.txt b/Documentation/daxctl-list.txt index 168d410..3e559e5 100644 --- a/Documentation/daxctl-list.txt +++ b/Documentation/daxctl-list.txt @@ -69,10 +69,6 @@ OPTIONS --regions:: Include region info in the listing --R:: ---regions:: - Include region info in the listing - -i:: --idle:: Include idle (not enabled / zero-sized) devices in the listing