summaryrefslogtreecommitdiff
path: root/source3/utils/smbgroupedit.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-20 06:52:42 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-20 06:52:42 +0000
commit60815388180bef868eda9073ea11a3fe494a23a5 (patch)
tree941ce1bdb4245152437f3e199e353adeb5f78161 /source3/utils/smbgroupedit.c
parentb96de65b26c55247f4d0f218f0e3a4ceebb4fa26 (diff)
downloadsamba-60815388180bef868eda9073ea11a3fe494a23a5.tar.gz
samba-60815388180bef868eda9073ea11a3fe494a23a5.tar.bz2
samba-60815388180bef868eda9073ea11a3fe494a23a5.zip
Update the usage for smbgroupedit to document -d for 'description'.
I think this one is due to metze. Andrew Bartlett (This used to be commit bce3a2b1d893d83f701205d7969569571f6279b0)
Diffstat (limited to 'source3/utils/smbgroupedit.c')
-rw-r--r--source3/utils/smbgroupedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c
index 3fdc07c2d5..601d1c5b93 100644
--- a/source3/utils/smbgroupedit.c
+++ b/source3/utils/smbgroupedit.c
@@ -45,11 +45,13 @@ static void usage(void)
printf(" -a group create new group\n");
printf(" -n group NT group name\n");
printf(" -p privilege only local\n");
+ printf(" -d description group description\n");
printf(" -v list groups\n");
printf(" -l long list (include details)\n");
printf(" -s short list (default)\n");
printf(" -c SID change group\n");
printf(" -u unix group\n");
+ printf(" -d description group description\n");
printf(" -x group delete this group\n");
printf("\n");
printf(" -t[b|d|l] type: builtin, domain, local \n");