Author: esr
Date: Tue Apr 24 00:52:55 2007
New Revision: 17022

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17022&view=rev
Log:
Fix a typo and sign the work.

Modified:
    trunk/data/tools/upconvert

Modified: trunk/data/tools/upconvert
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/upconvert?rev=17022&r1=17021&r2=17022&view=diff
==============================================================================
--- trunk/data/tools/upconvert (original)
+++ trunk/data/tools/upconvert Tue Apr 24 00:52:55 2007
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
 #
 # Up-convert WML and maps between versions.
+#
+# By Eric S. Raymond April 2007.
 #
 # All conversion logic for lifting WML and maps from older versions of the
 # markup to newer ones should live here.  This includes resource path changes
@@ -8,7 +10,7 @@
 #
 # The recommended procedure is this:
 # 1. Run it with --dryrun first to see what it will do.
-# 2. If the messages look good, run without .dryrun; the old content
+# 2. If the messages look good, run without --dryrun; the old content
 #    will be left in backup files with a -bak extension.
 # 3. Test the conversion.
 # 4. Use either --clean to remove the -bak files or --revert to


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to