From: Arkadiusz Miskiewicz Date: Tue, 30 Dec 2008 17:31:45 +0000 (+0100) Subject: xfs_quota: Add missing options to --help X-Git-Tag: v3.0.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb76b4b3b8300604e1ac58467c7e4d0d10b12797;p=thirdparty%2Fxfsprogs-dev.git xfs_quota: Add missing options to --help Reviewed-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- diff --git a/quota/report.c b/quota/report.c index 7902dbda7..21b4edb76 100644 --- a/quota/report.c +++ b/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"