aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-08-28 15:26:59 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-08-28 15:26:59 +0200
commit7424c76e1c1336f5245e4362ca0747db038db3c9 (patch)
tree5489babaf02fa3da6b37e4f2ea7f527a9b4140c9
parent32d03a9ab7823b9402cb0e4a85c8d08336d21b8c (diff)
downloadmpd-notification-7424c76e1c1336f5245e4362ca0747db038db3c9.tar.gz
mpd-notification-7424c76e1c1336f5245e4362ca0747db038db3c9.tar.zst
update help output
-rw-r--r--mpd-notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd-notification.c b/mpd-notification.c
index c026659..a225250 100644
--- a/mpd-notification.c
+++ b/mpd-notification.c
@@ -124,7 +124,7 @@ int main(int argc, char ** argv) {
while ((i = getopt_long(argc, argv, optstring, options_long, NULL)) != -1) {
switch (i) {
case 'h':
- fprintf(stderr, "usage: %s [-h] [-H HOST] [-p PORT]\n", program);
+ fprintf(stderr, "usage: %s [-h] [-H HOST] [-p PORT] [-m MUSIC-DIR] [-v]\n", program);
return EXIT_SUCCESS;
case 'p':
mpd_port = atoi(optarg);