| To: | linux-xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 5/6] xfs_quota: Add missing options to --help. |
| From: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
| Date: | Mon, 15 Dec 2008 20:29:45 +0100 |
| Cc: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
| In-reply-to: | <1229369386-66312-4-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> |
---
xfsprogs/quota/report.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
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"
--
1.6.0.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/6] Fix build when gettext is enabled., Arkadiusz Miskiewicz |
|---|---|
| Next by Date: | [PATCH 1/1] Include ctype.h for tolower(3)., Arkadiusz Miskiewicz |
| Previous by Thread: | [PATCH 4/6] xfs_quota: Return non zero exit status in error conditions., Arkadiusz Miskiewicz |
| Next by Thread: | [PATCH 6/6] xfs_quota: Fix range for -U., Arkadiusz Miskiewicz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |