From 49baea5f6a1e1e52b75b6281094bdce9e8450cf7 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 15 Feb 2017 07:46:17 +0100 Subject: [PATCH] documentation: Embed command-line syntax in a code block Signed-off-by: Julien Pivotto --- docs/documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation.md b/docs/documentation.md index 86761dbc..27472b17 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -587,7 +587,9 @@ GOTAGS=noaugeas make build You can combine multiple tags by using a space-separated list: +``` GOTAGS="noaugeas novirt" make build +``` ## Examples For example configurations, please consult the [examples/](https://github.com/purpleidea/mgmt/tree/master/examples) directory in the git