Commit Diff


commit - 94dc286d2e769172bcf054741a919a344ae1c2aa
commit + e06c1dc716b0e9f2a08cd4077da73c74040d21a2
blob - be83ae4015dfd2fcb68162ad9c19bf5d1d15bd3b
blob + 8dbcb609c56f373c7c9376279fcc58975511347c
--- README.md
+++ README.md
@@ -3,9 +3,11 @@
 Simple Perl script to send notifications via [Pushover](https://pushover.net)
 
 	$ ./pushover.pl 
-	Usage: ./pushover.pl [-m message] [-t title] [-p priority]
+	Usage: ./pushover.pl -m message [-t title] [-p priority] [-u url] [-a application] [-c config]
 	Options:
-	-m | --message  text
-	-t | --title    text (default: Notification)
-	-p | --priority [0|1] (default: 0)
-
+	-m | --message		text
+	-t | --title		text | (default: Notification)
+	-p | --priority		[0|1] (default: 0)
+	-u | --url		text (no default)
+	-a | --application	text (default: root property of config)
+	-c | --config		text (no default)
\ No newline at end of file