summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scripts')
-rwxr-xr-xexamples/scripts/users_and_groups/adduserstogroups.pl2
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";
}