aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-10-07 14:44:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-10-07 14:56:31 +0200
commit1d81f87dd158974354f0e29f9c84e088d311c2af (patch)
treeb3806d424e8df47f0bb5b433cced079c33850103
parent8873dbcb1f41fcf5cf2778e3ad984bbef2dc1a4d (diff)
downloadmpd-notification-1d81f87dd158974354f0e29f9c84e088d311c2af.tar.gz
mpd-notification-1d81f87dd158974354f0e29f9c84e088d311c2af.tar.zst
sort and complete 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 beaee98..3022d7c 100644
--- a/mpd-notification.c
+++ b/mpd-notification.c
@@ -259,7 +259,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] [-s PIXELS] [-t TIMEOUT] [-v] [-V]\n", program);
+ fprintf(stderr, "usage: %s [-h] [-H HOST] [-m MUSIC-DIR] [-o] [-p PORT] [-s PIXELS] [-t TIMEOUT] [-v] [-V]\n", program);
if (version > 0 || help > 0)
return EXIT_SUCCESS;