summaryrefslogtreecommitdiff
path: root/repquota.8
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-10-02 23:10:49 +0200
committerJan Kara <jack@suse.cz>2013-10-03 11:48:39 +0200
commita58761459f7485f275ecca5fd26b9a63c33f1089 (patch)
tree2104160ece046eec6589809e0ac22d5f6118b62e /repquota.8
parent246dd4960e6878f3ff2e1fe34ef978bcb21e8d03 (diff)
Add support for CVS and XML output formats to repquota(8)
JK: Fixup localization and handling of multiple output filesystems / types. Signed-off-by: Jonathan Overholt <jonathan@overholt.org> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'repquota.8')
-rw-r--r--repquota.810
1 files changed, 10 insertions, 0 deletions
diff --git a/repquota.8 b/repquota.8
index bb6d7ab..89cd896 100644
--- a/repquota.8
+++ b/repquota.8
@@ -127,6 +127,16 @@ Report quotas for groups.
.TP
.B -u, --user
Report quotas for users. This is the default.
+.TP
+.B -O, --output=\f2format-name\f1
+Output quota report in the specified format.
+Possible format names are:
+.B default
+The default format, optimized for console viewing
+.B csv
+Comma-separated values, a text file with the columns delimited by commas
+.B xml
+Output is XML encoded, useful for processing with XSLT
.LP
Only the super-user may view quotas which are not their own.
.SH FILES