From 08986b43828354b4b4abe68cf4f49e77f78500d7 Mon Sep 17 00:00:00 2001 From: Gaurav Kalra Date: Wed, 19 Jun 2013 22:11:13 +0530 Subject: [PATCH] Correcting usage help for check protocol Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4 --- lthor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1