summaryrefslogtreecommitdiff
path: root/src/htsalias.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-29 18:10:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-29 18:10:14 +0000
commit7026ba7c7b38296544f46988828fcf93c1fc4498 (patch)
treec6a1c80c53d79fdaa852013fbf6c45baad9f3619 /src/htsalias.c
parentabe98f238d2798b9789f096045c81165350b4973 (diff)
Better "too many links" reporting.
Diffstat (limited to 'src/htsalias.c')
-rw-r--r--src/htsalias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsalias.c b/src/htsalias.c
index b1a7962..3472021 100644
--- a/src/htsalias.c
+++ b/src/htsalias.c
@@ -189,10 +189,10 @@ const char *hts_optalias[][4] = {
/* Badly documented */
{"debug-testfilters", "-#0", "param1", "debug: test filters"},
{"advanced-flushlogs", "-#f", "single", ""},
- {"advanced-maxfilters", "-#F", "param", ""},
+ {"advanced-maxfilters", "-#F", "param", "maximum number of scan rules"},
{"version", "-#h", "single", ""},
{"debug-scanstdin", "-#K", "single", ""},
- {"advanced-maxlinks", "-#L", "single", ""},
+ {"advanced-maxlinks", "-#L", "single", "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",""}, */