aboutsummaryrefslogtreecommitdiff
path: root/STYLE-GUIDE.txt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-28 21:22:50 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-28 21:22:50 +0100
commitaab07da2f481f0958c79f0c892c174ab6fd89d63 (patch)
tree7a9e846f23ea0cab838d4839f4a769f7d736e3c1 /STYLE-GUIDE.txt
parent91984f8d551650b5ed79b9428c1098a10e922e4e (diff)
downloadapp.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.gz
app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.bz2
app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.tar.xz
app.sh-aab07da2f481f0958c79f0c892c174ab6fd89d63.zip
o Replacing bash with .
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]"
}
----------------------------------------------------------------------