From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:33159 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbaILF4O (ORCPT ); Fri, 12 Sep 2014 01:56:14 -0400 Received: from kw-mxauth.gw.nic.fujitsu.com (unknown [10.0.237.134]) by fgwmail5.fujitsu.co.jp (Postfix) with ESMTP id 6A1953EE168 for ; Fri, 12 Sep 2014 14:56:13 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (s4.gw.fujitsu.co.jp [10.0.50.94]) by kw-mxauth.gw.nic.fujitsu.com (Postfix) with ESMTP id 71881AC026F for ; Fri, 12 Sep 2014 14:56:12 +0900 (JST) Received: from g01jpfmpwkw01.exch.g01.fujitsu.local (g01jpfmpwkw01.exch.g01.fujitsu.local [10.0.193.38]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id D69BA1DB803B for ; Fri, 12 Sep 2014 14:56:11 +0900 (JST) Received: from G01JPEXCHKW14.g01.fujitsu.local (G01JPEXCHKW14.g01.fujitsu.local [10.0.194.53]) by g01jpfmpwkw01.exch.g01.fujitsu.local (Postfix) with ESMTP id A92C769271C for ; Fri, 12 Sep 2014 14:56:10 +0900 (JST) Message-ID: <54128AF5.8080202@jp.fujitsu.com> Date: Fri, 12 Sep 2014 14:56:05 +0900 From: Satoru Takeuchi MIME-Version: 1.0 To: Gui Hecheng , Subject: Re: [PATCH v2] btrfs-progs: deal with conflict options for btrfs fi show References: <1410412751-9277-1-git-send-email-guihc.fnst@cn.fujitsu.com> <1410484541-16422-1-git-send-email-guihc.fnst@cn.fujitsu.com> In-Reply-To: <1410484541-16422-1-git-send-email-guihc.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="ISO-2022-JP" Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hi Gui, (2014/09/12 10:15), Gui Hecheng wrote: > For btrfs fi show, -d|--all-devices & -m|--mounted will > overwrite each other, so if specified both, let the user > know that he should not use them at the same time. > > Signed-off-by: Gui Hecheng > --- > changelog: > v1->v2: add option conflict descriptions to manpage and usage. > --- > Documentation/btrfs-filesystem.txt | 9 ++++++--- > cmds-filesystem.c | 12 ++++++++++-- > 2 files changed, 16 insertions(+), 5 deletions(-) > > diff --git a/Documentation/btrfs-filesystem.txt b/Documentation/btrfs-filesystem.txt > index c9c0b00..d3d2dcc 100644 > --- a/Documentation/btrfs-filesystem.txt > +++ b/Documentation/btrfs-filesystem.txt > @@ -20,15 +20,18 @@ SUBCOMMAND > *df* [...]:: > Show space usage information for a mount point. > > -*show* [--mounted|--all-devices||||