diff options
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= |