From 376083677190475001bc1637f779ae400c9508e7 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Mon, 31 Dec 2018 13:21:57 -0700 Subject: [PATCH] Fix usage block --- README.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index fa5d77e..0702597 100644 --- a/README.rst +++ b/README.rst @@ -20,18 +20,19 @@ pip3 install Synthale Usage ----- -``` -$ synthale --help -Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH +:: - Generate markdown files from BeerXML files. + $ synthale --help + Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH - INPUT_PATH is either a directory containing XML files, or an individual - XML file. OUTPUT_PATH is the directory to write the markdown files to. + Generate markdown files from BeerXML files. + + INPUT_PATH is either a directory containing XML files, or an individual + XML file. OUTPUT_PATH is the directory to write the markdown files to. + + Options: + --help Show this message and exit. -Options: - --help Show this message and exit. -``` License