Display the right short option for `--version`

This commit is contained in:
eolianoe 2016-04-17 11:37:04 +02:00
parent ec008a4995
commit d2d037fe97
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ int main(int argc, char **argv)
" -p, --port <port>\t\tconnect to mpd at port [6600]\n"
" -w, --webport [ip:]<port>\tlisten interface/port for webserver [8080]\n"
" -u, --user <username>\t\tdrop priviliges to user after socket bind\n"
" -V, --version\t\t\tget version\n"
" -v, --version\t\t\tget version\n"
" --help\t\t\t\tthis help\n"
, argv[0]);
return EXIT_FAILURE;