Added missing input flag

without the input flag the CLI errors out
This commit is contained in:
Wes Bos 2015-12-16 15:07:05 -05:00
parent 88ce4df47c
commit afb3c55684

View File

@ -23,7 +23,7 @@ cat in.md | marked > out.html
.TP .TP
echo "hello *world*" | marked echo "hello *world*" | marked
.TP .TP
marked \-o out.html in.md \-\-gfm marked \-o out.html -i in.md \-\-gfm
.TP .TP
marked \-\-output="hello world.html" \-i in.md \-\-no-breaks marked \-\-output="hello world.html" \-i in.md \-\-no-breaks