summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-13 14:37:27 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-05-28 02:55:31 +0000
commit9fccbfd5d955724ca4aed40975411d779aa142f0 (patch)
tree0b206c1dd0da24fbc323143cf613b2d6285e1f1e /source3/utils
parentfb89a5f38e1e7b482285e7e9fb88cd69705348b6 (diff)
downloadsamba-9fccbfd5d955724ca4aed40975411d779aa142f0.tar.gz
s3:utils: Rename --user to --quota-user in smbcquotas
This conflicts with the common -U|--user option Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/smbcquotas.c2
1 files changed, 1 insertions, 1 deletions
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,