From 9fcb75f6cca124a23b8aab9797d126d42367d4ef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Jul 2019 10:57:28 +0300 Subject: 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. --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1