diff --git a/ldap/admin/src/scripts/ns-accountstatus.pl.in b/ldap/admin/src/scripts/ns-accountstatus.pl.in index db3224c..139160b 100644 --- a/ldap/admin/src/scripts/ns-accountstatus.pl.in +++ b/ldap/admin/src/scripts/ns-accountstatus.pl.in @@ -30,7 +30,7 @@ my $verbose = 0; sub usage { print (STDERR "ns-accountstatus.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename }\n"); - print (STDERR " [-p port] [-h host] [-P protocol] {-I DN | -b basedn -f filter [-s scope]}" + print (STDERR " [-p port] [-h host] [-P protocol] {-I DN | -b basedn -f filter [-s scope]}\n"); print (STDERR " [-i] [-g seconds]\n\n"); print (STDERR "May be used to get the status a user or a domain of users\n\n"); print (STDERR "Arguments:\n"); @@ -1035,4 +1035,4 @@ for(my $i = 0; $i <= $#entries; $i++){ } exit 103; } -} \ No newline at end of file +}