diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 22:23:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 22:41:29 +0200 |
commit | b04e44e2fd6d91641ad089160effe1e88e162847 (patch) | |
tree | 0a1b2b7817facd544b626cce87f345510f8bd5c7 | |
parent | 9c5d990ff88ac3055623f7b9b3429bce52a0e11d (diff) | |
download | mpd-notification-b04e44e2fd6d91641ad089160effe1e88e162847.tar.gz mpd-notification-b04e44e2fd6d91641ad089160effe1e88e162847.tar.zst |
add scale option to help output
-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 840d4ab..f504836 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -225,7 +225,7 @@ int main(int argc, char ** argv) { printf("%s: %s v%s (compiled: " __DATE__ ", " __TIME__ ")\n", program, PROGNAME, VERSION); if (help > 0) - fprintf(stderr, "usage: %s [-h] [-H HOST] [-p PORT] [-m MUSIC-DIR] [-t TIMEOUT] [-v] [-V]\n", program); + fprintf(stderr, "usage: %s [-h] [-H HOST] [-p PORT] [-m MUSIC-DIR] [-s PIXELS] [-t TIMEOUT] [-v] [-V]\n", program); if (version > 0 || help > 0) return EXIT_SUCCESS; |