From 83c87e850db009a4a4260a79e8e96a459fa17bec Mon Sep 17 00:00:00 2001 From: funilrys Date: Sun, 23 Jul 2017 02:24:33 +0200 Subject: [PATCH] Improve comment --- tool | 1 + 1 file changed, 1 insertion(+) diff --git a/tool b/tool index 4df0a07..4945bb1 100755 --- a/tool +++ b/tool @@ -752,6 +752,7 @@ while [ "$#" -gt 0 ]; do update shift 1 ;; + # We catch if we have to show the version number -v|--version) echo "Current Version: ${versionNumber}" exit 1