summaryrefslogtreecommitdiff
path: root/tutorial.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.mdwn')
-rw-r--r--tutorial.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 4949cf0..2e553c5 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -208,10 +208,10 @@ To generate the test program, and running it to produce the test
report, the following commands are needed:
```sh
-subplot codegen echo.md -o test.py --run
+subplot codegen echo.subplot -o test.py --run
```
-The output of the last command is the test report:
+The output of the command is the test report:
```{.numberLines}
srcdir /home/liw/pers/subplot/subplot