From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mBG3tsZb001695 for ; Mon, 15 Dec 2008 21:55:54 -0600 Received: from sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 6E1F623D00 for ; Mon, 15 Dec 2008 19:55:52 -0800 (PST) Received: from sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id Xcl7lJkTZ3XDb9cg for ; Mon, 15 Dec 2008 19:55:52 -0800 (PST) Message-ID: <494726C7.4000809@sandeen.net> Date: Mon, 15 Dec 2008 21:55:51 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH 5/6] xfs_quota: Add missing options to --help. References: <1229369386-66312-1-git-send-email-arekm@maven.pl> <1229369386-66312-2-git-send-email-arekm@maven.pl> <1229369386-66312-3-git-send-email-arekm@maven.pl> <1229369386-66312-4-git-send-email-arekm@maven.pl> <1229369386-66312-5-git-send-email-arekm@maven.pl> In-Reply-To: <1229369386-66312-5-git-send-email-arekm@maven.pl> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Arkadiusz Miskiewicz Cc: linux-xfs@oss.sgi.com Arkadiusz Miskiewicz wrote: > --- > xfsprogs/quota/report.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Looks fine to me. -Eric > diff --git a/xfsprogs/quota/report.c b/xfsprogs/quota/report.c > index 7902dbd..21b4edb 100644 > --- a/xfsprogs/quota/report.c > +++ b/xfsprogs/quota/report.c > @@ -45,7 +45,7 @@ dump_help(void) > static void > report_help(void) > { > - report_cmd.args = _("[-bir] [-gpu] [-ahnt] [-f file]"); > + report_cmd.args = _("[-bir] [-gpu] [-ahntLNU] [-f file]"); > report_cmd.oneline = _("report filesystem quota information"); > printf(_( > "\n" > @@ -61,6 +61,8 @@ report_help(void) > " -n -- skip identifier-to-name translations, just report IDs\n" > " -N -- suppress the header from the output\n" > " -t -- terse output format, hides rows which are all zero\n" > +" -L -- lower ID bound to report on\n" > +" -U -- upder ID bound to report on\n" > " -g -- report group usage and quota information\n" > " -p -- report project usage and quota information\n" > " -u -- report user usage and quota information\n" _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs