[vlc-commits] change_prefix: fix help

Rafaël Carré git at videolan.org
Mon Jun 11 22:04:46 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jun 11 16:04:34 2012 -0400| [adcd6fe49003b6016f1246b377e1f768f1dfb6c9] | committer: Rafaël Carré

change_prefix: fix help

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adcd6fe49003b6016f1246b377e1f768f1dfb6c9
---

 contrib/src/change_prefix.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/change_prefix.sh b/contrib/src/change_prefix.sh
index 17b9a05..4363620 100755
--- a/contrib/src/change_prefix.sh
+++ b/contrib/src/change_prefix.sh
@@ -27,7 +27,7 @@ LANG=C
 export LANG
 
 if test "$1" = "-h" -o "$1" = "--help" -o $# -gt 2; then
-  echo "Usage: $0 [new_prefix] [old prefix]
+  echo "Usage: $0 [old prefix] [new prefix]
 
 Without arguments, this script assumes old prefix = @@CONTRIB_PREFIX@@,
 and new prefix = current directory.



More information about the vlc-commits mailing list