projects
/
tools
/
lthor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a68a17
)
Correcting usage help for check protocol
18/4118/1
author
Gaurav Kalra
<gvkalra@gmail.com>
Wed, 19 Jun 2013 16:41:13 +0000
(22:11 +0530)
committer
Gaurav Kalra
<gvkalra@gmail.com>
Wed, 19 Jun 2013 16:41:13 +0000
(22:11 +0530)
Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4
lthor.c
patch
|
blob
|
history
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);
}