1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
This commit is contained in:
Karolin Seeger 2007-11-09 11:30:30 +01:00 committed by Michael Adam
parent c148e91fde
commit e811b9f3bb

View File

@ -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";
}