summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota/repquota.8
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2003-07-07 21:41:23 +0000
committerbrooks <brooks@FreeBSD.org>2003-07-07 21:41:23 +0000
commit0aa9da7467fbf7135f12fbf4ca5c3448648aece4 (patch)
tree46a3339984c5d0729f7f5fadcd55c0415cdf176e /usr.sbin/repquota/repquota.8
parent65d372d4a1e43e3d93de04ab797d05e9960b35fd (diff)
downloadFreeBSD-src-0aa9da7467fbf7135f12fbf4ca5c3448648aece4.zip
FreeBSD-src-0aa9da7467fbf7135f12fbf4ca5c3448648aece4.tar.gz
Add support for a -n argument which displays user and group IDs
numerically rather than converting to a user or group name. MFC After: 1 week
Diffstat (limited to 'usr.sbin/repquota/repquota.8')
-rw-r--r--usr.sbin/repquota/repquota.85
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8
index 64b86cc..81ebd9d 100644
--- a/usr.sbin/repquota/repquota.8
+++ b/usr.sbin/repquota/repquota.8
@@ -44,11 +44,13 @@
.Sh SYNOPSIS
.Nm
.Op Fl g
+.Op Fl n
.Op Fl u
.Op Fl v
.Ar filesystem Ar ...
.Nm
.Op Fl g
+.Op Fl n
.Op Fl u
.Op Fl v
.Fl a
@@ -66,6 +68,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 n
+Display user and group IDs numerically rather than converting to
+a user or group name.
.It Fl u
Print only user quotas (the default is to print both
group and user quotas if they exist).
OpenPOWER on IntegriCloud