]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-all
authormkanat%bugzilla.org <>
Sat, 25 Jul 2009 02:07:55 +0000 (02:07 +0000)
committermkanat%bugzilla.org <>
Sat, 25 Jul 2009 02:07:55 +0000 (02:07 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

install-module.pl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ca99ac2..9366189
@@ -112,7 +112,7 @@ This script does not run on Windows.
 
   ./install-module.pl Module::Name [--global]
   ./install-module.pl --all [--global]
-  ./install-module.pl --all-upgrade [--global]
+  ./install-module.pl --upgrade-all [--global]
   ./install-module.pl --show-config
 
   Do "./install-module.pl --help" for more information.