diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-08 15:01:37 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-08 15:01:37 +0200 |
commit | 13c2616de265ead2ae6be6359f9f656a1474eeb6 (patch) | |
tree | 5395d869d9c81a2377679607792236aa628e15fe | |
parent | 97a492bf80724daf6deb613850312032c8158d2a (diff) | |
download | calendar-cli-13c2616de265ead2ae6be6359f9f656a1474eeb6.zip |
the whole docstring is written out in the help-message, without line breaks, and it gets quite ugly. Perhaps this will be better?
-rwxr-xr-x | calendar-cli.py | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index e394f19..6e323f1 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -1,22 +1,11 @@ #!/usr/bin/env python """ -https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers +https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers. -Copyright (C) 2013-2020 Tobias Brox and other contributors +Copyright (C) 2013-2020 Tobias Brox and other contributors. -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. +See https://www.gnu.org/licenses/gpl-3.0.en.html for license information. """ import argparse |