From 235ce84d97cb07a285aeee464ab3f24584cf394e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jan 2016 10:52:40 +0100 Subject: [PATCH] uclient-fetch: fix short command line option for timeout Signed-off-by: Felix Fietkau --- uclient-fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uclient-fetch.c b/uclient-fetch.c index 2eee625..010117d 100644 --- 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:qsT:U:Y:", longopts, &longopt_idx)) != -1) { switch(ch) { case 0: switch (longopt_idx) { -- 2.11.0