Bugs item #1773949, was opened at 2007-08-14 15:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1773949...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Falk Steinhauer (falk_steinhauer) Assigned to: Nobody/Anonymous (nobody) Summary: wrong argument description of movepages.py
Initial Comment: I am using snapshot 2007-06-19.
The commandline help of movepages.py shows an option called "-addprefix", but the respective option in the sourcecode is spelled "-prefix".
Users that are not able to understand the sourcecode might not be able to understand how to call the script.
Another thing is, that this script is not using page title highlighting like replace.py when user interaction is desired. The first line in "def treat(self,page)" should be: colors = [None] * 6 + [13] * len(page.title()) + [None] * 4
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1773949...