summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-06 15:22:03 +1100
committerXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-06 15:22:03 +1100
commitf5704c99fbe1ec541ea501bdf9d1254a9565f4f5 (patch)
treeb22d50718ec2c05991b1f2638032318cb83fab56 /examples
parent66a2213f1d0a37f105492643a9e095c3c29931ae (diff)
downloadsubplot-f5704c99fbe1ec541ea501bdf9d1254a9565f4f5.tar.gz
Fix argument syntax
While '--output' works, '--o' definitely doesn't and '-o' is the common use within the project
Diffstat (limited to 'examples')
-rw-r--r--examples/website/website.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/website/website.md b/examples/website/website.md
index 391f09b..30f6978 100644
--- a/examples/website/website.md
+++ b/examples/website/website.md
@@ -71,8 +71,8 @@ To generate typeset versions of this document, run the following
commands:
~~~
-$ subplot docgen website.md --o website.html
-$ subplot docgen website.md --o website.pdf
+$ subplot docgen website.md -o website.html
+$ subplot docgen website.md -o website.pdf
~~~
Open up the file to see what they look like.
@@ -83,7 +83,7 @@ To generate and run a test program from this document, run the
following command:
~~~
-$ subplot codegen website.md --o test.py
+$ subplot codegen website.md -o test.py
$ python3 test.py ---log test.log
srcdir /home/liw/pers/subplot/git/examples/website
datadir /tmp/tmp30hj6kvb