diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-28 15:26:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-28 15:26:59 +0200 |
commit | 7424c76e1c1336f5245e4362ca0747db038db3c9 (patch) | |
tree | 5489babaf02fa3da6b37e4f2ea7f527a9b4140c9 /mpd-notification.c | |
parent | 32d03a9ab7823b9402cb0e4a85c8d08336d21b8c (diff) | |
download | mpd-notification-7424c76e1c1336f5245e4362ca0747db038db3c9.tar.gz mpd-notification-7424c76e1c1336f5245e4362ca0747db038db3c9.tar.zst |
update help output
Diffstat (limited to 'mpd-notification.c')
-rw-r--r-- | mpd-notification.c | 2 |
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); |