From 0bad1dc709ee21f3e93cfa0866fc0478a5e884a0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Feb 2013 12:46:56 +0100 Subject: o Consistent usage() usage/flow. --- libexec/app-install-file | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libexec/app-install-file') diff --git a/libexec/app-install-file b/libexec/app-install-file index c08a632..e2707a0 100755 --- a/libexec/app-install-file +++ b/libexec/app-install-file @@ -8,9 +8,8 @@ APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) . $APPSH_HOME/lib/common # HEADER END -usage() { +usage_text() { echo "usage: $0 -v -f " - exit 1 } version= -- cgit v1.2.3