From f0e8982753ff2a5f44a908e6d2e03b00ce8b4da3 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 20 Apr 2020 22:39:04 +0200 Subject: [PATCH] Added license info to command line help message --- nw/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nw/__init__.py b/nw/__init__.py index 60055163..a9200367 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -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"