From c402ec1bd84ca09ba9e0b1bd122bfc34fb089772 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 9 Nov 2007 11:30:30 +0100 Subject: Fix typo (This used to be commit e811b9f3bbf614f76e628755dafd358769b8a58b) --- examples/scripts/users_and_groups/adduserstogroups.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scripts') 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"; } -- cgit