From 9fccbfd5d955724ca4aed40975411d779aa142f0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 13 Jan 2021 14:37:27 +0100 Subject: [PATCH] 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 --- source3/utils/smbcquotas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3