From bd0674dd5cf188d9accdfaa72fcc5634011125ed Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 4 Jun 2013 17:16:54 +0000 Subject: Fixed buggy --timeout alias. --- src/htsalias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/htsalias.c b/src/htsalias.c index 1a55a86..52c93e9 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -111,7 +111,7 @@ const char *hts_optalias[][4] = { {"connection", "-c", "param", "number of simultaneous connections allowed"}, {"connection-per-second", "-%c", "param", "number of connection per second allowed"}, - {"timeout", "-T", "", ""}, + {"timeout", "-T", "param", ""}, {"retries", "-R", "param", "number of retries for non-fatal errors"}, {"min-rate", "-J", "param", ""}, {"host-control", "-H", "param", ""}, -- cgit v1.2.3