From: Seung-Woo Kim Date: Thu, 31 May 2018 04:07:34 +0000 (+0900) Subject: Fix wrong opt usage for pid X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28609114f5683816f51ff8dcb2540b5eff43dc31;p=tools%2Flthor.git Fix wrong opt usage for pid The opt '--product-id' should be set in pid, but it is set to vid. Fix wrong opt usage for pid. Change-Id: I360cacdade6dd81cd3250013c68a561ebfbdc008 Signed-off-by: Seung-Woo Kim --- diff --git a/lthor.c b/lthor.c index d1554dc..0e9aa9c 100644 --- a/lthor.c +++ b/lthor.c @@ -494,7 +494,7 @@ int main(int argc, char **argv) exit(-1); } - dev_id.vid = (int)val; + dev_id.pid = (int)val; break; } case 3: