aboutsummaryrefslogtreecommitdiffstats
path: root/pushover.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
commit669cb270283b5e6e3fb5bc637f33d5306d37c38f (patch)
tree1f27d9013eb4ce9eab24de6d866b22f12eec8add /pushover.py
parentb9a012ddd13183da80691d3821d01bc6b345547b (diff)
downloadpython-pushover-669cb270283b5e6e3fb5bc637f33d5306d37c38f.tar.gz
Version bumpv0.3
Diffstat (limited to 'pushover.py')
-rw-r--r--pushover.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pushover.py b/pushover.py
index eeabbba..c51664d 100644
--- a/pushover.py
+++ b/pushover.py
@@ -330,7 +330,7 @@ For more details and bug reports, see: https://github.com/Thibauth/python-pushov
parser.add_argument("--user-key", "-u", help="Pushover user key")
parser.add_argument("message", help="message to send")
parser.add_argument("--title", "-t", help="message title")
- parser.add_argument("--priority", "-p", help="message priority")
+ parser.add_argument("--priority", "-p", help="message priority (-1, 0, 1 or 2)")
parser.add_argument("--url", help="additional url")
parser.add_argument("--url-title", help="additional url title")
parser.add_argument("-c", "--config", help="configuration file\
@@ -342,7 +342,7 @@ For more details and bug reports, see: https://github.com/Thibauth/python-pushov
help="output version information and exit",
version="""
%(prog)s 0.2
-Copyright (C) 2013-2014 Thibaut Horel <thibaut.horel@gmail.com>
+Copyright (C) 2013-2016 Thibaut Horel <thibaut.horel@gmail.com>
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.""")