From 7424c76e1c1336f5245e4362ca0747db038db3c9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 28 Aug 2014 15:26:59 +0200 Subject: update help output --- mpd-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf