1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

Fixed typo in source/utils/net_rap.c

This commit is contained in:
Joe Smith 2008-11-04 20:31:04 +01:00 committed by Volker Lendecke
parent 3fa7a1b085
commit d997435f2d

View File

@ -1024,7 +1024,7 @@ int net_rap_groupmember_usage(struct net_context *c, int argc, const char **argv
"net rap groupmember LIST <group> [misc. options] [targets]"
"\n\t Enumerate users in a group\n"
"\nnet rap groupmember DELETE <group> <user> [misc. options] "
"[targets]\n\t Delete sepcified user from specified group\n"
"[targets]\n\t Delete specified user from specified group\n"
"\nnet rap groupmember ADD <group> <user> [misc. options] [targets]"
"\n\t Add specified user to specified group\n");