summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/htscore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.c b/src/htscore.c
index 4e69373..046c60f 100644
--- a/src/htscore.c
+++ b/src/htscore.c
@@ -395,7 +395,7 @@ int hts_record_link(httrackp * opt,
hts_log_print(opt, LOG_PANIC, "Too many links (links=%ld, limit=%ld)",
(long int) heap_top_index(), (long int) opt->maxlink);
hts_log_print(opt, LOG_INFO,
- "To avoid that: use #L option for more links (example: -#L1000000)");
+ "To avoid that: use #L option for more links (example: -#L1000000, or -#L0 to disable)");
}
return success;
}