Fix typo
[ira/wip.git] / examples / scripts / users_and_groups / adduserstogroups.pl
index 17ca5bd84209d601b81ddde28fe13516fc69944b..675942877436114a3852cd45dbb6f003844ba957 100755 (executable)
@@ -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";
 }