diff options
author | Gerald Carter <jerry@samba.org> | 2002-09-26 20:38:20 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-09-26 20:38:20 +0000 |
commit | 0923e13b0fe154ab92e2972dc0767dacf6c768f9 (patch) | |
tree | dd31bb7af8f5fc400affd2c29cb7aadfe0cea90e | |
parent | e8db73d3ad23789a4156c173082da9cf38f99018 (diff) | |
download | samba-0923e13b0fe154ab92e2972dc0767dacf6c768f9.tar.gz samba-0923e13b0fe154ab92e2972dc0767dacf6c768f9.tar.bz2 samba-0923e13b0fe154ab92e2972dc0767dacf6c768f9.zip |
add -r to usage output
(This used to be commit a6ec9af7e38b1b937eba7003f130d662d5bde035)
-rw-r--r-- | source3/utils/smbgroupedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c index cf5ac1f025..35285452a0 100644 --- a/source3/utils/smbgroupedit.c +++ b/source3/utils/smbgroupedit.c @@ -52,6 +52,7 @@ static void usage(void) printf(" -c SID change group\n"); printf(" -u unix group\n"); printf(" -d description group description\n"); + printf(" -r rid RID of new group\n") printf(" -x group delete this group\n"); printf("\n"); printf(" -t[b|d|l] type: builtin, domain, local \n"); |