summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
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
~~~