From: Gaurav Kalra Date: Wed, 19 Jun 2013 16:41:13 +0000 (+0530) Subject: Correcting usage help for check protocol X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e6ca7695fdef3af3cf0c543bc819ceef09d7b68;p=tools%2Flthor.git Correcting usage help for check protocol Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4 --- diff --git a/lthor.c b/lthor.c index d97e2df..b2f766f 100755 --- a/lthor.c +++ b/lthor.c @@ -1174,7 +1174,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); }