projects
/
project
/
uclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1939499
)
uclient-fetch: fix short command line option for timeout
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 09:52:40 +0000
(10:52 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 09:52:40 +0000
(10:52 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient-fetch.c
patch
|
blob
|
history
diff --git
a/uclient-fetch.c
b/uclient-fetch.c
index 2eee6258bedb558ef329081c6f63fb6ad168cda7..010117d4909fd79df81ac4f943f348e983e040ca 100644
(file)
--- a/
uclient-fetch.c
+++ b/
uclient-fetch.c
@@
-519,7
+519,7
@@
int main(int argc, char **argv)
signal(SIGPIPE, SIG_IGN);
init_ustream_ssl();
- while ((ch = getopt_long(argc, argv, "cO:P:qsU:Y:", longopts, &longopt_idx)) != -1) {
+ while ((ch = getopt_long(argc, argv, "cO:P:qs
T:
U:Y:", longopts, &longopt_idx)) != -1) {
switch(ch) {
case 0:
switch (longopt_idx) {