From: Krzysztof Opasiak Date: Mon, 5 Sep 2016 08:44:46 +0000 (+0200) Subject: Fix description for short version of params X-Git-Tag: submit/trunk/20190927.044709~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e398fbddd18a43d0ec9b9027da85a43e12a0e52;p=tools%2Flthor.git Fix description for short version of params Change-Id: I8a06e7c231f1134d2892dade182fec2b313bc630 Reported-by: Donghoon Shin Signed-off-by: Krzysztof Opasiak --- diff --git a/lthor.c b/lthor.c index a7240b4..db42902 100644 --- a/lthor.c +++ b/lthor.c @@ -349,8 +349,8 @@ static void usage(const char *exename) " -t, --test Don't flash, just check if given tar files are correct\n" " -v, --verbose Be more verbose\n" " -c, --check Don't flash, just check if given tty port is thor capable\n" - " -p=, --pitfile= Flash new partition table\n" - " -b=, --busid= Flash device with given busid\n" + " -p , --pitfile= Flash new partition table\n" + " -b , --busid= Flash device with given busid\n" " --vendor-id= Flash device with given Vendor ID\n" " --product-id= Flash device with given Product ID\n" " --serial= Flash device with given Serial Number\n" @@ -364,7 +364,7 @@ static void d_opt_obsolete() fprintf(stderr, "--port, -p options are obsolete.\n" "Instead you may use:" - " -b=, --busid= Flash device with given busid\n" + " -b , --busid= Flash device with given busid\n" " --vendor-id= Flash device with given Vendor ID\n" " --product-id= Flash device with given Product ID\n" " --serial= Flash device with given Serial Number\n");