doc: Fix code listing

This commit is contained in:
Matthias Beyer 2016-07-30 21:36:45 +02:00
parent 34e164e954
commit 75f57d622c

View file

@ -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