From: Date: July 12 2006 10:01pm Subject: svn commit - mysqldoc@docsrva: r2717 - in trunk: . tools List-Archive: http://lists.mysql.com/commits/9097 Message-Id: <200607122001.k6CK1vma007550@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2006-07-12 22:01:56 +0200 (Wed, 12 Jul 2006) New Revision: 2717 Log: r11327@polar: paul | 2006-07-12 15:02:38 -0500 Fix spelling errors. Modified: trunk/tools/manual-report-statistics.pl Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11305 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12131 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11327 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12131 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441 Modified: trunk/tools/manual-report-statistics.pl =================================================================== --- trunk/tools/manual-report-statistics.pl 2006-07-12 14:26:30 UTC (rev 2716) +++ trunk/tools/manual-report-statistics.pl 2006-07-12 20:01:56 UTC (rev 2717) Changed blocks: 2, Lines Added: 12, Lines Deleted: 11; 2170 bytes @@ -31,7 +31,7 @@ my $opt_no_tag_count; my %options = ( "help|?" => \$opt_help, - "cangestruc|c" => \$opt_change_structure, + "changestruct|c" => \$opt_change_structure, "sort|s" => \$opt_sort_num, "html|h" => \$opt_html_out, "css=s" => \$opt_css_file, @@ -256,24 +256,25 @@ This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license -Counts tags in a XML/HTML file and prints them out +Counts tags in an XML/HTML file and prints them out Usage: $0 [OPTIONS] xmlfile OR $0 -r [OPTIONS] dir Options: - --help, -? Display this help message and exit. - --verbose, -v Display more then the summary - --sort, -s Sort the XML tags used by number of occurences + --help, -? Display this help message and exit + --verbose, -v Display more than the summary + --sort, -s Sort the XML tags used by number of occurrences --notag, -n No tag count and display --html, -h Display the result as HTML-Page - --css= Specify a CSS file that should be included in the HTML output - --recursive, -r Parse every .xml file specified in dir inkl. subfolders - --endtags= Choise the counting mode + --css= Specify a CSS file that should be included in the HTML + output + --recursive, -r Parse every .xml file specified in directory, + including subdirectories + --endtags= Choose the counting mode add Add to start tags (counts /part also as part) - no No endtags (tags that start with / wouldnt be counted) [default] + no No endtags (tags that start with / wouldn't be counted) + (This is the default behavior) x Count the endtags as normal tags - - EOT }