diff --git a/man/marked.1 b/man/marked.1 index 69660afa9f..d2bae2f98a 100644 --- a/man/marked.1 +++ b/man/marked.1 @@ -54,6 +54,7 @@ Times The test(s). .PP .B \-\-minified Runs test file(s) as minified. +.PP .B \-\-stop Stop process if a test fails. .RE diff --git a/man/marked.1.txt b/man/marked.1.txt index 3c9bd36207..fd65067105 100644 --- a/man/marked.1.txt +++ b/man/marked.1.txt @@ -36,7 +36,9 @@ OPTIONS --time Times The test(s). - --minified Runs test file(s) as minified. --stop Stop process if a test fails. + --minified Runs test file(s) as minified. + + --stop Stop process if a test fails. -t, --tokens Output a token stream instead of html.