summaryrefslogtreecommitdiff
path: root/convertquota.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 /convertquota.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 'convertquota.8')
-rw-r--r--convertquota.810
1 files changed, 5 insertions, 5 deletions
diff --git a/convertquota.8 b/convertquota.8
index 0516bb5..5ce5b31 100644
--- a/convertquota.8
+++ b/convertquota.8
@@ -31,19 +31,19 @@ is also architecture independent. This format introduces Radix Tree (a simple fo
structure) to quota file.
.SH OPTIONS
.TP
-.B -u
+.B -u, --user
convert user quota file. This is the default.
.TP
-.B -g
+.B -g, --group
convert group quota file.
.TP
-.B -f
+.B -f, --convert-format
convert from old file format to new one. This is the default.
.TP
-.B -e
+.B -e, --convert-endian
convert new file format from big endian to little endian.
.TP
-.B -V
+.B -V, --version
print version information.
.SH FILES
.TP 20