From 83f5fd457e4ec5c90b53fd2c89b1fa6f94417748 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 7 Oct 2022 09:06:51 +0300 Subject: docs(tutorial.md): fix how test program is generated and run Sponsored-by: author --- tutorial.mdwn | 4 ++-- 1 file 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 -- cgit v1.2.1