err in help fixed

This commit is contained in:
build 2020-02-05 17:31:55 +01:00
parent dd0818db86
commit 8017dc13ed
1 changed files with 2 additions and 2 deletions

View File

@ -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");