List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 2 2007 9:59am
Subject:svn commit - mysqldoc@docsrva: r5142 - trunk/tools
View as plain text  
Author: mcbrown
Date: 2007-03-02 10:59:12 +0100 (Fri, 02 Mar 2007)
New Revision: 5142

Log:
Minor revisions to help text 



Modified:
   trunk/tools/xml-word-count.pl


Modified: trunk/tools/xml-word-count.pl
===================================================================
--- trunk/tools/xml-word-count.pl	2007-03-02 09:51:11 UTC (rev 5141)
+++ trunk/tools/xml-word-count.pl	2007-03-02 09:59:12 UTC (rev 5142)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 976 bytes

@@ -31,20 +31,22 @@
 if ($help)
 {
     print <<EOF;
-Usage: xml-word-count.pl [--include=tag,...] [--exclude=tag,...] [--help]
+Usage: xml-word-count.pl [--include=tag,...] [--exclude=tag,...] [--help] file1 file2 file...
 
 Where: 
 
     --help 
         Prints this message and exits
     --exclude=tag,tag,...
-        Adds tags to be excluded from the global word count
+        Adds tags to be excluded from the global word count. 
+        Words should be separated by single comma only..
     --include=tag,tag,...
         Adds tags to be included from the global word count that are by default excluded.
+        Words should be separated by single comma only..
 
 Standard excluded tags: 
-@exctags
 EOF
+print join(' ',sort @exctags),"\n";
 
 }
 


Thread
svn commit - mysqldoc@docsrva: r5142 - trunk/toolsmcbrown2 Mar