diff options
-rw-r--r-- | STYLE-GUIDE.txt | 2 | ||||
-rwxr-xr-x | libexec/app-install-file | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/STYLE-GUIDE.txt b/STYLE-GUIDE.txt index 1f0a9cf..77dce24 100644 --- a/STYLE-GUIDE.txt +++ b/STYLE-GUIDE.txt @@ -36,7 +36,7 @@ Formatting of usage output ---------------------------------------------------------------------- usage_text() { - echo "usage: $0 -v <version> [-h hook]" + echo "usage: $usage_app -v <version> [-h hook]" } ---------------------------------------------------------------------- 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= |