From 8017dc13ede8fd1e06fb1e490a8fd00c5e2f5581 Mon Sep 17 00:00:00 2001 From: build Date: Wed, 5 Feb 2020 17:31:55 +0100 Subject: [PATCH] err in help fixed --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index a00c165..9e9407f 100755 --- a/src/main.c +++ b/src/main.c @@ -403,8 +403,8 @@ int main(int argc, char* argv[]) printf("options:\n"); printf(" -h show help\n"); printf(" -c commands ASCII command string\n"); - printf(" -d port TCP/IP-port to listen on\n"); - printf(" -p device capture device name\n"); + printf(" -p port TCP/IP-port to listen on\n"); + printf(" -d device capture device name\n"); printf(" -r whidth*hight image resolution\n"); printf(" -n pixels max number of pixels for l command\n"); printf(" -f file file path for w command (# for index)\n");