diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:16:54 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:16:54 +0000 |
commit | bd0674dd5cf188d9accdfaa72fcc5634011125ed (patch) | |
tree | 0209064c6626e2ecfa4be527042d71d4d2298686 | |
parent | ad073625e6f9c4695511be8cae7efb727830c3d5 (diff) |
Fixed buggy --timeout alias.
-rw-r--r-- | src/htsalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", ""}, |