diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-10 22:54:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-10 22:54:16 +0100 |
commit | 878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1 (patch) | |
tree | a5ba9b4d5dda62dae624e3040840c7de6bc748e8 | |
parent | add missing deps (diff) | |
download | xpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.gz xpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.bz2 xpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | src/__main__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 352851a..ac4415b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -530,7 +530,8 @@ elif parser.opts['--warranty'] is not None: print('This program is distributed in the hope that it will be useful,') print('but WITHOUT ANY WARRANTY; without even the implied warranty of') print('MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the') - print('GNU Affero General Public License for more details.') + print('GNU General Public License amd GNU Affero General Public License') + print('for more details.') sys.exit(0) elif parser.opts['--version'] is not None: print('%s %s' % (PROGRAM_NAME, PROGRAM_VERSION)) |