From 01bd0ad8c4e8e35fa26507b791bf47b50df7a5c2 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 18 Nov 2015 16:02:24 +0100 Subject: [PATCH] Fix a small typo in volume_inspect.md Signed-off-by: Vincent Demeester Upstream-commit: 3317b8b16d4de77b1837f2f11cf46d55ea7a69eb Component: cli --- components/cli/docs/reference/commandline/volume_inspect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/cli/docs/reference/commandline/volume_inspect.md b/components/cli/docs/reference/commandline/volume_inspect.md index 02b9218879..3912cce867 100644 --- a/components/cli/docs/reference/commandline/volume_inspect.md +++ b/components/cli/docs/reference/commandline/volume_inspect.md @@ -18,8 +18,8 @@ parent = "smn_cli" --help=false Print usage Returns information about a volume. By default, this command renders all results -in a JSON array. You can specify an alternate format to execute a given template -is executed for each result. Go's +in a JSON array. You can specify an alternate format to execute a +given template for each result. Go's [text/template](http://golang.org/pkg/text/template/) package describes all the details of the format.