doc: Fix code listing
This commit is contained in:
parent
34e164e954
commit
75f57d622c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue