Skip to content

Commit 5864c89

Browse files
committed
Change markdown help text.
1 parent 44d22bf commit 5864c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/apidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* apidoc
77
* http://apidocjs.com
88
*
9-
* Copyright (c) 2013-2014 inveris OHG
9+
* Copyright (c) 2013-2015 inveris OHG
1010
* Author Peter Rottmann <[email protected]>
1111
* Licensed under the MIT license.
1212
*/
@@ -50,7 +50,7 @@ var argv = nomnom
5050

5151
.option('simulate', { flag: true, 'default': false, help: 'Execute but not write any file.' })
5252

53-
.option('markdown', { 'default': true, help: 'Turn off default markdown parser or implement a custom parser.' })
53+
.option('markdown', { 'default': true, help: 'Turn off default markdown parser or set a file to a custom parser.' })
5454

5555
.parse()
5656
;

0 commit comments

Comments
 (0)