Skip to content

Commit 888837c

Browse files
authored
Merge pull request #696 from wesbos/patch-1
Added missing input flag
2 parents b8d375f + afb3c55 commit 888837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/marked.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cat in.md | marked > out.html
2323
.TP
2424
echo "hello *world*" | marked
2525
.TP
26-
marked \-o out.html in.md \-\-gfm
26+
marked \-o out.html -i in.md \-\-gfm
2727
.TP
2828
marked \-\-output="hello world.html" \-i in.md \-\-no-breaks
2929

0 commit comments

Comments
 (0)