Author: iwontbecreative
Date: Sun Mar  6 00:54:45 2011
New Revision: 48775

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48775&view=rev
Log:
Use a default value similar to the one used in wiki_grabber.py. Also a small 
doc update.

Modified:
    trunk/data/tools/terrain2wiki.py

Modified: trunk/data/tools/terrain2wiki.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/terrain2wiki.py?rev=48775&r1=48774&r2=48775&view=diff
==============================================================================
--- trunk/data/tools/terrain2wiki.py (original)
+++ trunk/data/tools/terrain2wiki.py Sun Mar  6 00:54:45 2011
@@ -3,8 +3,7 @@
 
 """
 A script to create the "Terrain Table" on the TerrainCodesWML wiki page.
-Run this and splice the output into the wiki whenever you add a new
-terrain type to mainline.
+Add the output to the wiki whenever a new terrain is added to mainline.
 """
 
 from __future__ import with_statement   # For python < 2.6
@@ -78,7 +77,7 @@
 convert the terrain codes located in terrain.cfg to wiki formatted text.')
     parser.add_argument('-f', '--file', default='data/core/terrain.cfg',
 dest='path', help="The location of the terrain.ctg file.")
-    parser.add_argument('-o', '--output', default='output.tmp',
+    parser.add_argument('-o', '--output', default='/tmp/TerrainCodesWML',
 dest='output_path', help="The location of the ouput file.")
     args = parser.parse_args()
 


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

Reply via email to