From aab07da2f481f0958c79f0c892c174ab6fd89d63 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 28 Oct 2013 21:22:50 +0100 Subject: o Replacing bash with . --- STYLE-GUIDE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'STYLE-GUIDE.txt') 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 [-h hook]" + echo "usage: $usage_app -v [-h hook]" } ---------------------------------------------------------------------- -- cgit v1.2.3