diff options
author | 2009-07-25 02:07:55 +0000 | |
---|---|---|
committer | 2009-07-25 02:07:55 +0000 | |
commit | 68a446b94bbdecd2ad61ee6bd73fce88aa44f1b7 (patch) | |
tree | ab768d3d8e262f1ef80fc4037321cf49b66dbae9 | |
parent | Bug 469794: On windows, export bug list to CSV breaks because of extra line b... (diff) | |
download | bugzilla-68a446b94bbdecd2ad61ee6bd73fce88aa44f1b7.tar.gz bugzilla-68a446b94bbdecd2ad61ee6bd73fce88aa44f1b7.tar.bz2 bugzilla-68a446b94bbdecd2ad61ee6bd73fce88aa44f1b7.zip |
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
-rwxr-xr-x[-rw-r--r--] | install-module.pl | 2 |
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. |