]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Rename --user to --quota-user in smbcquotas
authorAndreas Schneider <asn@samba.org>
Wed, 13 Jan 2021 13:37:27 +0000 (14:37 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 May 2021 02:55:31 +0000 (02:55 +0000)
This conflicts with the common -U|--user option

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/smbcquotas.c

index 4ceac7b3ab007c26a1261b20ec3c1599fc760b47..23d7d07aea16544b6ccd8d3df5982a58f86fc145 100644 (file)
@@ -560,7 +560,7 @@ int main(int argc, char *argv[])
        struct poptOption long_options[] = {
                POPT_AUTOHELP
                {
-                       .longName   = "user",
+                       .longName   = "quota-user",
                        .shortName  = 'u',
                        .argInfo    = POPT_ARG_STRING,
                        .arg        = NULL,