mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Changed usage message for query_groupmem and query_usergroups as they don't
convert names to rids yet.
(This used to be commit cea13dff75
)
This commit is contained in:
parent
a6d350881c
commit
7a1f5c517b
@ -307,7 +307,7 @@ static uint32 cmd_samr_query_usergroups(struct cli_state *cli, int argc, char **
|
||||
fstring server;
|
||||
|
||||
if (argc != 2) {
|
||||
printf("Usage: %s rid/name\n", argv[0]);
|
||||
printf("Usage: %s rid\n", argv[0]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -384,7 +384,7 @@ static uint32 cmd_samr_query_groupmem(struct cli_state *cli, int argc, char **ar
|
||||
fstring server;
|
||||
|
||||
if (argc != 2) {
|
||||
printf("Usage: %s rid/name\n", argv[0]);
|
||||
printf("Usage: %s rid\n", argv[0]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user