From d0813f4c16ea6ac3bf9cd120efba56cf8ba862ae Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Nov 2013 11:59:54 +0100 Subject: docs: mention more long option names in smbcquotas manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider (cherry picked from commit 51fa7800d3b9f84b962d396270391a8cfd4d5a84) --- docs-xml/manpages/smbcquotas.1.xml | 32 +++++++++++++++++--------------- 1 file 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 @@ smbcquotas //server/share - -u user - -L - -F - -S QUOTA_SET_COMMAND - -n - -t - -v + -u|--user user + -L|--list + -F|--fs + -S|--set QUOTA_SET_COMMAND + -n|--numeric + -t|--test-args + -v|--verbose -d debuglevel -s configfile @@ -60,7 +60,7 @@ - -u user + -u|--user user Specifies the user of whom the quotas are get or set. By default the current user's username will be used. @@ -68,51 +68,53 @@ - -L + -L|--list Lists all quota records of the share. - -F + -F|--fs Show the share quota status and default limits. - -S QUOTA_SET_COMMAND + -S|--set QUOTA_SET_COMMAND This command sets/modifies quotas for a user or on the share, depending on the QUOTA_SET_COMMAND parameter which is described later. - -n + -n|--numeric 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. - -t + -t|--test-args Don't actually do anything, only validate the correctness of the arguments. - -v + -v|--verbose Be verbose. - &stdarg.help; + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; + &popt.autohelp; + -- cgit v1.2.3