Last modified: 2010-05-15 15:42:53 UTC
I was recently trying to use generateSitemap.php, and bumped into a few rather annoying (even if minor) issues. First, the difference between --fspath and --path is very hard to understand by looking at the --help output. Upon codediving, I realized that --path is not used at all? After setting $this->path in the constructor, the class proceeds to ignore the variable altogether, or at least so it seems to me. In that case it is probably a good idea to remove it completely so that people are not confused (like I was). :)
There is no --path in r21769 - closing as fixed.