Change license verbiage in --version output

This commit is contained in:
Xavier Moffett 2025-03-22 19:37:31 -04:00
parent bd3a35704f
commit a45b28c4f5
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -127,7 +127,7 @@ invalid_option() {
version() {
echo -e "$NAME $VERSION - simple wpctl wrapper
Copyright (C) 2025 Xavier Moffett\n
Licensed under the MIT License\n"
Distributed under the MIT License\n"
exit
}