summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota/repquota.8
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2009-10-20 05:40:51 +0000
committermckusick <mckusick@FreeBSD.org>2009-10-20 05:40:51 +0000
commitcc430e21d520f1a85ab106958d9e423f5a88e46b (patch)
treea6be381a1355abef0abb73cf8687abaa441432f5 /usr.sbin/repquota/repquota.8
parent964d09e0daea58d6f551b3f7dadc4d37efd2e70d (diff)
downloadFreeBSD-src-cc430e21d520f1a85ab106958d9e423f5a88e46b.zip
FreeBSD-src-cc430e21d520f1a85ab106958d9e423f5a88e46b.tar.gz
Update to work with quotafile functions in -libutil.
Add -h flag to provide humanized output.
Diffstat (limited to 'usr.sbin/repquota/repquota.8')
-rw-r--r--usr.sbin/repquota/repquota.87
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8
index b669fdf..8b5ab68 100644
--- a/usr.sbin/repquota/repquota.8
+++ b/usr.sbin/repquota/repquota.8
@@ -39,12 +39,14 @@
.Nd summarize quotas for a file system
.Sh SYNOPSIS
.Nm
+.Op Fl h
.Op Fl g
.Op Fl n
.Op Fl u
.Op Fl v
.Ar filesystem Ar ...
.Nm
+.Op Fl h
.Op Fl g
.Op Fl n
.Op Fl u
@@ -64,6 +66,9 @@ Print the quotas of all the file systems listed in
.It Fl g
Print only group quotas (the default is to print both
group and user quotas if they exist).
+.It Fl h
+Display information in a more human readable format
+rather than in historic kilobyte format.
.It Fl n
Display user and group IDs numerically rather than converting to
a user or group name.
@@ -75,7 +80,7 @@ Print a header line before printing each file system quotas.
.El
.Pp
For each user or group, the current
-number files and amount of space (in kilobytes) is
+number files and amount of space is
printed, along with any quotas created with
.Xr edquota 8 .
.Pp
OpenPOWER on IntegriCloud