summaryrefslogtreecommitdiffstats
path: root/install-module.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-25 04:06:50 +0200
committermkanat%bugzilla.org <>2009-07-25 04:06:50 +0200
commit363c7309e553fdf2c29c9e047b807a283a883b6f (patch)
treeb47c3aa543d46ed0b67c5d213055c78858355d3e /install-module.pl
parent52431f63dc3cdc29400e12a7c63dabb496e57b6c (diff)
downloadbugzilla-363c7309e553fdf2c29c9e047b807a283a883b6f.tar.gz
bugzilla-363c7309e553fdf2c29c9e047b807a283a883b6f.tar.xz
Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-all
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'install-module.pl')
-rwxr-xr-x[-rw-r--r--]install-module.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-module.pl b/install-module.pl
index ca99ac23d..936618987 100644..100755
--- a/install-module.pl
+++ b/install-module.pl
@@ -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.