summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-09 10:29:41 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-09 10:29:41 +0300
commit4332fb7fbc316b5a64c99e50cb6384bda656b136 (patch)
tree6cbf45467df7577f4e04f34f8d49c9520e9447fd /jt.md
parentbff6f54a403411e7730b405fa7ff0de81caf9f44 (diff)
downloadjt2-4332fb7fbc316b5a64c99e50cb6384bda656b136.tar.gz
chore: update vendored copy of runcmd library from Subplot
Since the library interface has change, make relevant changes elsewhere.
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/jt.md b/jt.md
index fd867db..6c2eb9b 100644
--- a/jt.md
+++ b/jt.md
@@ -43,15 +43,15 @@ verified using *scenarios* for the [Subplot][] tool.
using the tool.
~~~scenario
-when I run jt init jrnl default "My test journal"
-then program finished successfully
+when I invoke jt init jrnl default "My test journal"
+then command is successful
and directory jrnl exists
-when I run jt is-journal jrnl
-then program finished successfully
+when I invoke jt is-journal jrnl
+then command is successful
-when I run jt is-journal bogus
-then exit code is non-zero
+when I invoke jt is-journal bogus
+then command fails
~~~