Index: trunk/wikiation/installer/installer_util.py |
— | — | @@ -40,6 +40,7 @@ |
41 | 41 | print "check_isolation <instance name>: shows all changes made to mediawiki or database since it was installed." |
42 | 42 | print "update_self: updates the installer and restarts in interactive mode" |
43 | 43 | print "update_tags: manually force an update of the tag cache (do this from time to time, if you're referring to things by tag)" |
| 44 | + print "duplicate <source_instance> <destination_instance> make a duplicate mediawiki instance, with copies of configuration, database, and extensions" |
44 | 45 | print "TODO: Implement help path , for now, see documentation for info on how to specify <path>" |
45 | 46 | print |
46 | 47 | print "instead of interactive mode, you can also access commands directly from the shell:" |