From: Andreas Schneider Date: Wed, 13 Jan 2021 13:37:27 +0000 (+0100) Subject: s3:utils: Rename --user to --quota-user in smbcquotas X-Git-Tag: tevent-0.11.0~727 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fccbfd5d955724ca4aed40975411d779aa142f0;p=thirdparty%2Fsamba.git s3:utils: Rename --user to --quota-user in smbcquotas This conflicts with the common -U|--user option Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index 4ceac7b3ab0..23d7d07aea1 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -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,