summaryrefslogtreecommitdiff
path: root/tutorial.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-23 10:57:28 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-23 10:57:28 +0300
commit9fcb75f6cca124a23b8aab9797d126d42367d4ef (patch)
treeb429071b08b2bfb9d25c719e4f46fa2efeed80c3 /tutorial.md
parent5d0fd87eae257bd72f46115cb427096185d7906f (diff)
downloadfable-poc-9fcb75f6cca124a23b8aab9797d126d42367d4ef.tar.gz
Fix: example for invoking ftt-codegen
Tyler's changes mean --run at the end of the command line doesn't work anymore. Yay, Python's argparse.
Diffstat (limited to 'tutorial.md')
-rw-r--r--tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial.md b/tutorial.md
index 67b73c0..96af4e8 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -198,7 +198,7 @@ To generate the test program, and running it to produce the test
report, the following commands are needed:
```sh
-./ftt-codegen echo.md --run
+./ftt-codegen --run echo.md
```
The output of the last command is the test report: