summaryrefslogtreecommitdiff
path: root/repquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2006-05-13 01:05:24 +0000
committerjkar8572 <jkar8572>2006-05-13 01:05:24 +0000
commit203e34e6a4bce09f7aa43f7f3ec64ee622c2e0ba (patch)
tree7c9dbf99505b616a7aa1b4ec35b8536b7429dcb4 /repquota.8
parent6e8aa2396e0b2ef59f74cc97e109bbd14a395876 (diff)
Changed option parsing to use long options (Jan Kara)
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
Diffstat (limited to 'repquota.8')
-rw-r--r--repquota.822
1 files changed, 11 insertions, 11 deletions
diff --git a/repquota.8 b/repquota.8
index 2826a52..cb2f196 100644
--- a/repquota.8
+++ b/repquota.8
@@ -68,37 +68,37 @@ or
options.
.SH OPTIONS
.TP
-.B \-a
+.B -a, --all
Report on all filesystems indicated in
.B /etc/mtab
to be read-write with quotas.
.TP
-.B \-v
+.B -v, --verbose
Report all quotas, even if there is no usage. Be also more verbose about quotafile
information.
.TP
-.B \-c
+.B -c, --batch-translation
Cache entries to report and translate uids/gids to names in big chunks by scanning
all users (default). This is good (fast) behaviour when using /etc/passwd file.
.TP
-.B \-C
+.B -C, --no-batch-translation
Translate individual entries. This is faster when you have users stored in database.
.TP
-.B \-t
+.B -t, --truncate-names
Truncate user/group names longer than 9 characters. This results in nicer output when
there are such names.
.TP
-.B \-n
+.B -n, --no-names
Don't resolve UIDs/GIDs to names. This can speedup printing a lot.
.TP
-.B \-s
+.B -s, --human-readable
Try to report used space, number of used inodes and limits in more appropriate units
than the default ones.
.TP
-.B \-i
+.B -i, --no-autofs
Ignore mountpoints mounted by automounter.
.TP
-.B \-F \f2format-name\f1
+.B \-F, --format=\f2format-name\f1
Report quota for specified format (ie. don't perform format autodetection).
Possible format names are:
.B vfsold
@@ -108,10 +108,10 @@ Possible format names are:
.B xfs
(quota on XFS filesystem)
.TP
-.B \-g
+.B -g, --group
Report quotas for groups.
.TP
-.B \-u
+.B -u, --user
Report quotas for users. This is the default.
.LP
Only the super-user may view quotas which are not their own.