From 75f57d622ce39427cf0202d0f7dc3dbcfbdba009 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 30 Jul 2016 21:36:45 +0200 Subject: doc: Fix code listing --- doc/src/04020-module-counter.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.3