]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/mass_upgrade.py
Fix bug where php.ini not being rewritten for MediaWiki.
[wizard.git] / wizard / command / mass_upgrade.py
index ebe1a4a14e83f22c8072bcdb3c040e92ecd19acd..154455f190a6e7a672549fb0a38a96be9e83f92f 100644 (file)
@@ -6,7 +6,7 @@ import sys
 import shutil
 import errno
 
-from wizard import deploy, report, scripts, shell, sset, command
+from wizard import deploy, report, shell, sset, command
 from wizard.command import upgrade
 
 def main(argv, baton):
@@ -147,10 +147,10 @@ def main(argv, baton):
 def parse_args(argv, baton):
     usage = """usage: %prog mass-upgrade [ARGS] APPLICATION
 
-Mass upgrades an application to the latest scripts version.
-Essentially equivalent to running '%prog upgrade' on all
-autoinstalls for a particular application found by parallel-find,
-but with advanced reporting.
+Mass upgrades an application to the latest version.  Essentially
+equivalent to running '%prog upgrade' on all autoinstalls for a
+particular application found by parallel-find, but with advanced
+reporting.
 
 This command is intended to be run as root on a server with
 the scripts AFS patch."""