Updates MultiMarkdown command name

This commit is contained in:
Olivier Keshavjee 2017-03-24 10:26:20 +01:00
parent 8d23989f30
commit 588b2c827b

View file

@ -17,7 +17,7 @@ class mmdExporter(basicExporter):
basicFormat("Flat XML", "", "text-xml"),
basicFormat("ePub", "Books that don't kill trees.", icon="application-epub+zip"),
]
cmd = "mmd"
cmd = "multimarkdown"
def version(self):
if self.isValid():