mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 23:07:17 +00:00
fix -w webport
This commit is contained in:
parent
81859d486b
commit
faf3af7f60
@ -72,7 +72,7 @@ int main(int argc, char **argv)
|
|||||||
{0, 0, 0, 0 }
|
{0, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
while((n = getopt_long(argc, argv, "h:p:i:r:c:k:g:uv::W",
|
while((n = getopt_long(argc, argv, "h:p:i:w:r:c:k:g:u:v::",
|
||||||
long_options, &option_index)) != -1) {
|
long_options, &option_index)) != -1) {
|
||||||
switch (n) {
|
switch (n) {
|
||||||
case 'h':
|
case 'h':
|
||||||
@ -117,8 +117,8 @@ int main(int argc, char **argv)
|
|||||||
"\t-r, --resourcepath <path>\tresourcepath for webserver [" LOCAL_RESOURCE_PATH "]\n"
|
"\t-r, --resourcepath <path>\tresourcepath for webserver [" LOCAL_RESOURCE_PATH "]\n"
|
||||||
"\t-c, --ssl_cert <filepath>\tssl certificate ssl_private_key_filepath\n"
|
"\t-c, --ssl_cert <filepath>\tssl certificate ssl_private_key_filepath\n"
|
||||||
"\t-k, --ssl_key <filepath>\tssl private key filepath\n"
|
"\t-k, --ssl_key <filepath>\tssl private key filepath\n"
|
||||||
"\t-u, --uid <id>\t\t\tuser id after socket bind\n"
|
"\t-u, --uid <id>\t\t\tuser-id after socket bind\n"
|
||||||
"\t-g, --gid <id>\t\t\tgroup id after socket bind\n"
|
"\t-g, --gid <id>\t\t\tgroup-id after socket bind\n"
|
||||||
"\t-v, --verbose[<level>]\t\tverbosity level\n"
|
"\t-v, --verbose[<level>]\t\tverbosity level\n"
|
||||||
"\t--help\t\t\t\tthis help\n"
|
"\t--help\t\t\t\tthis help\n"
|
||||||
, argv[0]);
|
, argv[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user