mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
Fix setOtherHelp() - pointed out by metze
This commit is contained in:
parent
3bad73ca87
commit
05b1681b03
@ -794,7 +794,7 @@ static struct cli_state *connect_one(const char *share)
|
|||||||
}
|
}
|
||||||
pc = poptGetContext("smbcacls", argc, argv, long_options, 0);
|
pc = poptGetContext("smbcacls", argc, argv, long_options, 0);
|
||||||
|
|
||||||
poptSetOtherOptionHelp(pc, "//server1/share1 filename [options]");
|
poptSetOtherOptionHelp(pc, "//server1/share1 filename");
|
||||||
|
|
||||||
while ((opt = poptGetNextOpt(pc)) != -1) {
|
while ((opt = poptGetNextOpt(pc)) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user