Skip to content

Commit

Permalink
fix(Test): Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Panzeri committed Oct 8, 2018
1 parent bd27fa0 commit 54d32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var argv = cmd

.option('--simulate', 'Execute but not write any file.', false)

.option('--markdown', 'Turn off default markdown parser or set a file to a custom parser.', true)
.option('--markdown [markdown]', 'Turn off default markdown parser or set a file to a custom parser.', true)

.option('--line-ending <line-ending>', 'Turn off autodetect line-ending. Allowed values: LF, CR, CRLF.')

Expand Down

0 comments on commit 54d32b1

Please sign in to comment.