Parcourir la source

Ticket 47812 - logconv.pl missing -U option from usage

Original patch submitted by: Marko Myllynen <[email protected]>

Description: The usage ouput was missing the "U" option

https://fedorahosted.org/389/ticket/47812

Reviewed by: mreynolds
Mark Reynolds il y a 11 ans
Parent
commit
ae3a53fe80
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      ldap/admin/src/logconv.pl

+ 2 - 1
ldap/admin/src/logconv.pl

@@ -1551,7 +1551,8 @@ sub displayUsage {
 	print "                 j       Recommendations\n";
 	print "                 u       Unindexed Search Stats\n";
 	print "                 y       Connection Latency Stats\n";
-	print "                 p       Open Connection ID Stats\n\n";
+	print "                 p       Open Connection ID Stats\n";
+	print "                 U       Unindexed Search Summary\n\n";
 
 	print "  Examples:\n\n";