Commit adcd6fe4 authored by Rafaël Carré's avatar Rafaël Carré

change_prefix: fix help

parent 523ef9f8
...@@ -27,7 +27,7 @@ LANG=C ...@@ -27,7 +27,7 @@ LANG=C
export LANG export LANG
if test "$1" = "-h" -o "$1" = "--help" -o $# -gt 2; then 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@@, Without arguments, this script assumes old prefix = @@CONTRIB_PREFIX@@,
and new prefix = current directory. and new prefix = current directory.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment