From: Gaurav Kalra Date: Wed, 19 Jun 2013 16:41:13 +0000 (+0530) Subject: Correcting usage help for check protocol X-Git-Tag: submit/tizen/20140520.040414~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78a7f2b4e73d7c18b3a337b84ba598d1773d556c;p=tools%2Flthor.git Correcting usage help for check protocol Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4 --- diff --git a/lthor.c b/lthor.c index 48c40ce..a126f72 100755 --- a/lthor.c +++ b/lthor.c @@ -1186,7 +1186,7 @@ int test_tar_file_list(char **tarfilelist) void usage(const char *exename) { - fprintf(stderr, "%s: [-t] [-v] [-i] [-d port] [-p pitfile] [tar] [tar] ..\n", + fprintf(stderr, "%s: [-t] [-v] [-c] [-d port] [-p pitfile] [tar] [tar] ..\n", exename); exit(1); }