aboutsummaryrefslogtreecommitdiff
path: root/STYLE-GUIDE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE-GUIDE.txt')
-rw-r--r--STYLE-GUIDE.txt2
1 files changed, 1 insertions, 1 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]"
}
----------------------------------------------------------------------