diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-07 07:03:08 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-07 07:03:08 +0000 |
commit | a911bcf0c9aab436515af1694721445e50d9ecd4 (patch) | |
tree | 7b325db7c8ff858c624295df55ac9a01bc5afa9d /src/htsalias.c | |
parent | 49691770a93ca1f44cae5f18e1bcb34d994921d8 (diff) |
Fixed --advanced-maxlinks broken (Localhost)
Diffstat (limited to 'src/htsalias.c')
-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 3472021..df608fc 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -192,7 +192,7 @@ const char *hts_optalias[][4] = { {"advanced-maxfilters", "-#F", "param", "maximum number of scan rules"}, {"version", "-#h", "single", ""}, {"debug-scanstdin", "-#K", "single", ""}, - {"advanced-maxlinks", "-#L", "single", "maximum number of links (0 to disable limit)"}, + {"advanced-maxlinks", "-#L", "param", "maximum number of links (0 to disable limit)"}, {"advanced-progressinfo", "-#p", "single", "deprecated"}, {"catch-url", "-#P", "single", "catch complex URL through proxy"}, /*{"debug-oldftp","-#R","single",""}, */ |