aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-10 22:54:16 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-10 22:54:16 +0100
commit878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1 (patch)
treea5ba9b4d5dda62dae624e3040840c7de6bc748e8 /src/__main__.py
parentadd missing deps (diff)
downloadxpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.gz
xpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.bz2
xpybar-878e66c3c62b3eaa8af3b8f53cc0ee57f87629e1.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-xsrc/__main__.py3
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))