Delete removed -S option from command in epub.md (#4151)

Because `--smart/-S` has been removed.
Maybe ` -f markdown+smart` shoud also be added?
This commit is contained in:
Georger Araújo 2017-12-13 15:28:16 -03:00 committed by John MacFarlane
parent d9cdce4281
commit ce73dec833

View file

@ -111,7 +111,7 @@ above these fields.
Now run pandoc to make the ebook, using our title page and modified
chapter files as sources:
pandoc -S -o progit.epub title.txt \
pandoc -o progit.epub title.txt \
01-introduction/01-chapter1.markdown \
02-git-basics/01-chapter2.markdown \
03-git-branching/01-chapter3.markdown \