diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 11:59:54 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:47 +0100 |
commit | d0813f4c16ea6ac3bf9cd120efba56cf8ba862ae (patch) | |
tree | cae4620a637d3ffe23a18215ae8968024e60fd3c | |
parent | 153739ebe8ec8edea2d5617d1eb0df899b556221 (diff) | |
download | samba-d0813f4c16ea6ac3bf9cd120efba56cf8ba862ae.tar.gz |
docs: mention more long option names in smbcquotas manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 51fa7800d3b9f84b962d396270391a8cfd4d5a84)
-rw-r--r-- | docs-xml/manpages/smbcquotas.1.xml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/docs-xml/manpages/smbcquotas.1.xml b/docs-xml/manpages/smbcquotas.1.xml index 69185eb637..fa4c2dc25f 100644 --- a/docs-xml/manpages/smbcquotas.1.xml +++ b/docs-xml/manpages/smbcquotas.1.xml @@ -20,13 +20,13 @@ <cmdsynopsis> <command>smbcquotas</command> <arg choice="req">//server/share</arg> - <arg choice="opt">-u user</arg> - <arg choice="opt">-L</arg> - <arg choice="opt">-F</arg> - <arg choice="opt">-S QUOTA_SET_COMMAND</arg> - <arg choice="opt">-n</arg> - <arg choice="opt">-t</arg> - <arg choice="opt">-v</arg> + <arg choice="opt">-u|--user user</arg> + <arg choice="opt">-L|--list</arg> + <arg choice="opt">-F|--fs</arg> + <arg choice="opt">-S|--set QUOTA_SET_COMMAND</arg> + <arg choice="opt">-n|--numeric</arg> + <arg choice="opt">-t|--test-args</arg> + <arg choice="opt">-v|--verbose</arg> <arg choice="opt">-d debuglevel</arg> <arg choice="opt">-s configfile</arg> @@ -60,7 +60,7 @@ <variablelist> <varlistentry> - <term>-u user</term> + <term>-u|--user user</term> <listitem><para> Specifies the user of whom the quotas are get or set. By default the current user's username will be used.</para></listitem> </varlistentry> @@ -68,51 +68,53 @@ <varlistentry> - <term>-L</term> + <term>-L|--list</term> <listitem><para>Lists all quota records of the share.</para></listitem> </varlistentry> <varlistentry> - <term>-F</term> + <term>-F|--fs</term> <listitem><para>Show the share quota status and default limits.</para></listitem> </varlistentry> <varlistentry> - <term>-S QUOTA_SET_COMMAND</term> + <term>-S|--set QUOTA_SET_COMMAND</term> <listitem><para>This command sets/modifies quotas for a user or on the share, depending on the QUOTA_SET_COMMAND parameter which is described later.</para></listitem> </varlistentry> <varlistentry> - <term>-n</term> + <term>-n|--numeric</term> <listitem><para>This option displays all QUOTA information in numeric format. The default is to convert SIDs to names and QUOTA limits to a readable string format.</para></listitem> </varlistentry> <varlistentry> - <term>-t</term> + <term>-t|--test-args</term> <listitem><para> Don't actually do anything, only validate the correctness of the arguments. </para></listitem> </varlistentry> <varlistentry> - <term>-v</term> + <term>-v|--verbose</term> <listitem><para> Be verbose. </para></listitem> </varlistentry> - &stdarg.help; + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; + &popt.autohelp; + </variablelist> </refsect1> |