From 53be7c0c3a6f049574a360fa5f00dbe813f72def Mon Sep 17 00:00:00 2001 From: gardenapple Date: Tue, 12 Jan 2021 17:59:19 +0200 Subject: [PATCH] Clearer comment --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 389499c..4408689 100755 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ Options: The --low-confidence option determines what should be done for documents where Readability can't tell what the core content is: - no-op When unsure, don't touch the HTML, output as-is. If the --properties option is used, this will make the program crash. + no-op When unsure, don't touch the HTML, output as-is. This is incompatible with the --properties=text-content option. force Process the document even when unsure (may produce really bad output). exit When unsure, exit with an error.