summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-27 02:11:54 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-27 02:11:54 +0000
commitac5094292767137d9f1d7573485843720275eec1 (patch)
tree5589675c2ebff657361472104c542441c3536abe /source3/utils
parenta5731907d2b0a154f930d12943c55d4969fcdf6e (diff)
downloadsamba-ac5094292767137d9f1d7573485843720275eec1.tar.gz
samba-ac5094292767137d9f1d7573485843720275eec1.tar.bz2
samba-ac5094292767137d9f1d7573485843720275eec1.zip
Fix typo
(This used to be commit 42c7ecd3d5dc5eb8ff690635946a403a82ebb270)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/smbgroupedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c
index 35285452a0..589dafc231 100644
--- a/source3/utils/smbgroupedit.c
+++ b/source3/utils/smbgroupedit.c
@@ -52,7 +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(" -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");