Added license info to command line help message

This commit is contained in:
Veronica K. B. Olsen
2020-04-20 22:39:04 +02:00
parent 5ab85a38bb
commit f0e8982753
+5
View File
@@ -111,6 +111,11 @@ def main(sysArgs=None):
"{appname} {version} ({status})\n"
"{copyright}\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details.\n"
"\n"
"Usage:\n"
" -h, --help Print this message.\n"
" --version Print program version and exit.\n"