]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Remove '-l' for '--long' from net
authorAndreas Schneider <asn@samba.org>
Wed, 13 Jan 2021 13:54:03 +0000 (14:54 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 May 2021 02:55:31 +0000 (02:55 +0000)
This conflicts with '--log-basename' from the commend cmdline parser.

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

index 585b79fcfcf249cd47a717846507f7fbf880ac6c..73c6b2d4d81aed81be05c0e841a71bf1da3bf6b1 100644 (file)
@@ -1042,7 +1042,6 @@ static void get_credentials_file(struct net_context *c,
                },
                {
                        .longName   = "long",
-                       .shortName  = 'l',
                        .argInfo    = POPT_ARG_NONE,
                        .arg        = &c->opt_long_list_entries,
                },