From e6aa919b90e676350a9f65fd19350d02702f6b49 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 2 Dec 2011 10:47:26 +0000
Subject: [PATCH] docs: Fix example command in documentation for pack.php.

Thanks to Ryan Panning for fixing this!

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2991 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/pack.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pack.txt b/docs/pack.txt
index c4e49cf17..e562011c2 100644
--- a/docs/pack.txt
+++ b/docs/pack.txt
@@ -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.
 
-- 
GitLab