From c2227e1a48ab5e107bb5121531971ee52f7ef63d Mon Sep 17 00:00:00 2001 From: Filipe Deschamps Date: Fri, 7 Apr 2017 23:11:16 -0300 Subject: [PATCH] Update CLI instructions Documentation `Usage` section wasn't reflecting CLI `--help` instructions anymore. --- docs/content/mermaidCLI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/mermaidCLI.md b/docs/content/mermaidCLI.md index a73d2c1e1..d068e4139 100644 --- a/docs/content/mermaidCLI.md +++ b/docs/content/mermaidCLI.md @@ -21,8 +21,11 @@ Options: -s --svg Output SVG instead of PNG (experimental) -p --png If SVG was selected, and you also want PNG, set this flag -o --outputDir Directory to save files, will be created automatically, defaults to `cwd` + -O --outputSuffix Suffix to output filenames in front of '.svg' or '.png', defaults to '' -e --phantomPath Specify the path to the phantomjs executable + -t --css Specify the path to a CSS file to be included when processing output -c --sequenceConfig Specify the path to the file with the configuration to be applied in the sequence diagram + -g --ganttConfig Specify the path to the file with the configuration to be applied in the gantt diagram -h --help Show this message -v --verbose Show logging -w --width width of the generated png (number)