1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

Fix setOtherHelp() - pointed out by metze

This commit is contained in:
Jelmer Vernooij -
parent 3bad73ca87
commit 05b1681b03

View File

@ -794,7 +794,7 @@ static struct cli_state *connect_one(const char *share)
}
pc = poptGetContext("smbcacls", argc, argv, long_options, 0);
poptSetOtherOptionHelp(pc, "//server1/share1 filename [options]");
poptSetOtherOptionHelp(pc, "//server1/share1 filename");
while ((opt = poptGetNextOpt(pc)) != -1) {
switch (opt) {