Minor change to version text

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 15:07:18 +01:00
parent 85273c9f4d
commit 63bc28592e

2
qsgen2
View File

@ -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