diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-28 21:22:50 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-28 21:22:50 +0100 |
commit | aab07da2f481f0958c79f0c892c174ab6fd89d63 (patch) | |
tree | 7a9e846f23ea0cab838d4839f4a769f7d736e3c1 /libexec/app-install-file | |
parent | 91984f8d551650b5ed79b9428c1098a10e922e4e (diff) | |
download | app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.gz app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.bz2 app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.xz app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.zip |
o Replacing bash with .
Diffstat (limited to 'libexec/app-install-file')
-rwxr-xr-x | libexec/app-install-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/app-install-file b/libexec/app-install-file index be445d9..c31f1f4 100755 --- a/libexec/app-install-file +++ b/libexec/app-install-file @@ -9,7 +9,7 @@ export APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) # HEADER END usage_text() { - echo "usage: $0 -v <version> -f <file> [-C <config>] [-c <config>]" + echo "usage: $usage_app -v <version> -f <file> [-C <config>] [-c <config>]" } version= |