1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Fix setOtherHelp() - pointed out by metze

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
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) {