Ver Fonte

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 há 11 anos atrás
pai
commit
ae3a53fe80
1 ficheiros alterados com 2 adições e 1 exclusões
  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";