Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Feb 7, 2019
1 parent 4bcb18c commit 9b38182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|=========================================================
Expand Down

0 comments on commit 9b38182

Please sign in to comment.