summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-30 21:36:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-30 21:36:45 +0200
commit75f57d622ce39427cf0202d0f7dc3dbcfbdba009 (patch)
tree51ac4dcf4a3ca8dbe5d0c53490c0026e7edd5a76 /doc
parent34e164e954d4f799eed3117f5dafc968a2a68e3e (diff)
doc: Fix code listing
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-counter.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/04020-module-counter.md b/doc/src/04020-module-counter.md
index ad09531d..29a819a8 100644
--- a/doc/src/04020-module-counter.md
+++ b/doc/src/04020-module-counter.md
@@ -20,6 +20,7 @@ counters will be added as well.
Here are some examples how to use the counter module:
```bash
+
imag counter create --name example --initval 42 # or: -n example -i 42
imag counter --inc example # or -i example
imag counter --reset example