docs: Fix example command in documentation for pack.php.

Thanks to Ryan Panning for fixing this!

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2991 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2011-12-02 10:47:26 +00:00
parent e564aeaf20
commit c31705bff8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ To upgrade a module:
The [module] argument may be either a defintion URL, or a module identifier. In example to upgrade the metalisting module, type:
bin/pack.php remove metalisting
bin/pack.php upgrade metalisting
Upgrading a module will upgrade to the latest version of the currently installed branch. If the access method is subversion, it will run `svn update`. If the access method is zip, it will compare the version number of the latest available version with the locally installed version.