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:
8e94a55
)
Correcting usage help for check protocol
author
Gaurav Kalra
<gvkalra@gmail.com>
Wed, 19 Jun 2013 16:41:13 +0000
(22:11 +0530)
committer
Chanho Park
<chanho61.park@samsung.com>
Tue, 20 May 2014 04:02:38 +0000
(13:02 +0900)
Change-Id: If17ad57e29b50f01011c3435c81fb8f522eaa0b4
lthor.c
patch
|
blob
|
history
diff --git
a/lthor.c
b/lthor.c
index 48c40cef05d7d2a35310942999aa924ab521bf39..a126f720d963c9e0c75a48838d991f9d0ed6c709 100755
(executable)
--- 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);
}