Author: esr
Date: Tue Sep 2 19:54:41 2008
New Revision: 29200
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29200&view=rev
Log:
Minor cleanup.
Modified:
trunk/data/tools/wmllint
Modified: trunk/data/tools/wmllint
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=29200&r1=29199&r2=29200&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Tue Sep 2 19:54:41 2008
@@ -708,7 +708,7 @@
# Generic machinery starts here
def is_map(filename):
- "Is this file a map in either old or new style?"
+ "Is this file a map?"
if isresource(filename) or '{' in filename or '}' in filename:
return False
if filename.endswith(".map"):
@@ -1057,7 +1057,6 @@
Options may be any of these:
-h, --help Emit this help message and quit.
-d, --dryrun List changes but don't perform them.
- -n, --nolift Don't perform version-lifting
-v, --verbose -v lists changes.
-v -v names each file before it's processed.
-v -v -v shows verbose parse details.
@@ -1076,7 +1075,6 @@
"dryrun",
"future",
"help",
- "nolift",
"revert",
"stripcr",
"verbose",
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits