Correcting usage help for check protocol 18/4118/1
authorGaurav Kalra <gvkalra@gmail.com>
Wed, 19 Jun 2013 16:41:13 +0000 (22:11 +0530)
committerGaurav Kalra <gvkalra@gmail.com>
Wed, 19 Jun 2013 16:41:13 +0000 (22:11 +0530)
Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4

lthor.c

diff --git a/lthor.c b/lthor.c
index d97e2dfa0e2a71958acb6a13164ef4b6291dc403..b2f766fe9f3d2d657eeb6e9513e80bea8fdad2b3 100755 (executable)
--- 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);
 }