diff options
Diffstat (limited to '')
| -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)) | 
