projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686eb4f
)
fix digest argument type
author
SuperBFG7
<daniel@despite.ch>
Fri, 13 Nov 2015 09:32:36 +0000
(10:32 +0100)
committer
SuperBFG7
<daniel@despite.ch>
Fri, 13 Nov 2015 09:32:36 +0000
(10:32 +0100)
src/ympd.c
patch
|
blob
|
history
diff --git
a/src/ympd.c
b/src/ympd.c
index
7c63167
..
b5f2a3d
100644
(file)
--- a/
src/ympd.c
+++ b/
src/ympd.c
@@
-96,7
+96,7
@@
int main(int argc, char **argv)
strcpy(mpd.host, "127.0.0.1");
static struct option long_options[] = {
- {"digest",
optional
_argument, 0, 'd'},
+ {"digest",
required
_argument, 0, 'd'},
{"host", required_argument, 0, 'h'},
{"port", required_argument, 0, 'p'},
{"webport", required_argument, 0, 'w'},