From 63bc28592e4693f90203316f51bd7530b9821d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 15:07:18 +0100 Subject: [PATCH] Minor change to version text --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 4615580..cea1baf 100755 --- a/qsgen2 +++ b/qsgen2 @@ -73,7 +73,7 @@ echo "${magenta}${QSGEN} ${VERSION}${end}" if [[ ${1} == "version" ]] || [[ ${1} == "-v" ]] || [[ ${1} == "--version" ]]; then echo "${yellow}- Created by kekePower - 2018-2024${end}" echo "${yellow}- https://github.com/kekePower/qsgen2/${end}" - echo "\n${yellow} - See '${0:t} help' for more information." + echo "\n${yellow}- See '${0:t} help' for more information." exit fi