diff options
-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 17ca5bd842..6759428774 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"; } |