projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec008a4
)
Display the right short option for `--version`
author
eolianoe
<eolianoe@users.noreply.github.com>
Sun, 17 Apr 2016 09:37:04 +0000
(11:37 +0200)
committer
eolianoe
<eolianoe@users.noreply.github.com>
Sun, 17 Apr 2016 09:37:04 +0000
(11:37 +0200)
src/ympd.c
patch
|
blob
|
history
diff --git
a/src/ympd.c
b/src/ympd.c
index
afa25c6
..
b3f902b
100644
(file)
--- a/
src/ympd.c
+++ b/
src/ympd.c
@@
-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;