diff options
author | Karolin Seeger <ks@sernet.de> | 2007-11-09 11:30:30 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-11-09 12:11:30 +0100 |
commit | e811b9f3bbf614f76e628755dafd358769b8a58b (patch) | |
tree | be655aa7d92c5a19186d4935c999132688606ed2 /examples/scripts/users_and_groups | |
parent | c148e91fdedd20cfb737465dffc86ed6fa7d7c02 (diff) | |
download | samba-e811b9f3bbf614f76e628755dafd358769b8a58b.tar.gz samba-e811b9f3bbf614f76e628755dafd358769b8a58b.tar.xz samba-e811b9f3bbf614f76e628755dafd358769b8a58b.zip |
Fix typo
Diffstat (limited to 'examples/scripts/users_and_groups')
-rwxr-xr-x | examples/scripts/users_and_groups/adduserstogroups.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/users_and_groups/adduserstogroups.pl b/examples/scripts/users_and_groups/adduserstogroups.pl index 17ca5bd8420..67594287743 100755 --- a/examples/scripts/users_and_groups/adduserstogroups.pl +++ b/examples/scripts/users_and_groups/adduserstogroups.pl @@ -47,7 +47,7 @@ my $creds; sub usage { print "USAGE: $0 [-h] -S server -U user\%pass \\\n" . "\t-m member [-s startmem] [-n nummem] \\\n" - . "\t-g group [-G stargroup] [-N numgroups] \\\n" + . "\t-g group [-G startgroup] [-N numgroups] \\\n" . "\t[-P path]\n"; } |