summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMikołaj Biel <biel.mikolaj@openmailbox.org>2017-07-12 19:39:36 +0200
committerMikołaj Biel <biel.mikolaj@openmailbox.org>2017-07-12 19:39:36 +0200
commit87cc8d890ae906a0bf14339fdbfc3ce1505b5f06 (patch)
tree6f29f27ca16be7b675279b4f89b037e90dcf2dd4 /README.md
parentf1e829725506813276c0dff21f6e6bfff9873444 (diff)
Fix shell example in README (add description)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c58debc..1d6e938 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,7 @@ command itself.
command: read var && echo Your variable is $var
stdin: true
stdout: true
+ description: Reading and printing variable
-
command: read fail
stderr: true