| To: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 5/6] xfs_quota: Add missing options to --help. |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Mon, 15 Dec 2008 21:55:51 -0600 |
| Cc: | linux-xfs@xxxxxxxxxxx |
| In-reply-to: | <1229369386-66312-5-git-send-email-arekm@xxxxxxxx> |
| References: | <1229369386-66312-1-git-send-email-arekm@xxxxxxxx> <1229369386-66312-2-git-send-email-arekm@xxxxxxxx> <1229369386-66312-3-git-send-email-arekm@xxxxxxxx> <1229369386-66312-4-git-send-email-arekm@xxxxxxxx> <1229369386-66312-5-git-send-email-arekm@xxxxxxxx> |
| User-agent: | Thunderbird 2.0.0.18 (Macintosh/20081105) |
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"
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] xfs_quota: Warn if specified non-zero quota will be round down to zero., Eric Sandeen |
|---|---|
| Next by Date: | Re: [PATCH 6/6] xfs_quota: Fix range for -U., Eric Sandeen |
| Previous by Thread: | Re: [PATCH 6/6] xfs_quota: Fix range for -U., Eric Sandeen |
| Next by Thread: | Re: [PATCH 4/6] xfs_quota: Return non zero exit status in error conditions., Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |