From 9b381826ca155beef250b12ce4fa1a85dd450cf8 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Thu, 7 Feb 2019 12:46:52 -0700 Subject: [PATCH] Remove extra space --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 9ec4e14..6544250 100644 --- a/README.adoc +++ b/README.adoc @@ -39,7 +39,7 @@ Run the program with `link-verifier` from anywhere in the file system. |Option |Description |Default Value |`dirs` |The comma-separated root directories used to recursively search for files. |[.] |`includes` |The comma-separated include patterns used to search for files. |[\*.md,*.adoc] -|`ignore-status-codes` |The comma-separated HTTP response status codes that will be ignored for validation. For example, some sites block crawlers and return with a specific response code. | [] +|`ignore-status-codes` |The comma-separated HTTP response status codes that will be ignored for validation. For example, some sites block crawlers and return with a specific response code. |[] |`fail` |Fails the program if at least one discovered link cannot be resolved. |true |`timeout` |The timeout in seconds used when calling the URL. |5 |=========================================================