mirror of https://github.com/Nonannet/imagerec.git
err in help fixed
This commit is contained in:
parent
dd0818db86
commit
8017dc13ed
|
@ -403,8 +403,8 @@ int main(int argc, char* argv[])
|
||||||
printf("options:\n");
|
printf("options:\n");
|
||||||
printf(" -h show help\n");
|
printf(" -h show help\n");
|
||||||
printf(" -c commands ASCII command string\n");
|
printf(" -c commands ASCII command string\n");
|
||||||
printf(" -d port TCP/IP-port to listen on\n");
|
printf(" -p port TCP/IP-port to listen on\n");
|
||||||
printf(" -p device capture device name\n");
|
printf(" -d device capture device name\n");
|
||||||
printf(" -r whidth*hight image resolution\n");
|
printf(" -r whidth*hight image resolution\n");
|
||||||
printf(" -n pixels max number of pixels for l command\n");
|
printf(" -n pixels max number of pixels for l command\n");
|
||||||
printf(" -f file file path for w command (# for index)\n");
|
printf(" -f file file path for w command (# for index)\n");
|
||||||
|
|
Loading…
Reference in New Issue