commit 1bbd90ab203e2615813c4c405285c29711888c9b
parent 31c65fd0923027f4b2b7b9b9793360a81ed27478
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 21 Jan 2020 09:33:28 +0100
Fix -V option help text
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/template.sh b/.local/bin/template.sh
@@ -11,7 +11,7 @@ show_help()
echo "OPTIONS are one or more of the following:"
echo " -h show this message"
echo " -v show version and license information"
- echo " -V show version and license information"
+ echo " -V show verbose information"
echo " -- do not consider any following args as options"
}