Changed usage message for query_groupmem and query_usergroups as they don't
authorTim Potter <tpot@samba.org>
Wed, 28 Mar 2001 05:01:54 +0000 (05:01 +0000)
committerTim Potter <tpot@samba.org>
Wed, 28 Mar 2001 05:01:54 +0000 (05:01 +0000)
convert names to rids yet.
(This used to be commit cea13dff759dfb7efb5d2a248dd77905e16b1605)

source3/rpcclient/cmd_samr.c

index 908245f5dcee90b3ccec46eaf6bc323945514479..ca9469aede0636c971dcab8a0f126f76faeb7e23 100644 (file)
@@ -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;
        }