From afe16ceadd507d3d524d1931f3b1253f8f49849c Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <dabarren@gmail.com>
Date: Wed, 26 Jul 2017 17:41:10 +0200
Subject: [PATCH] Fix zun command in zun-guide

Zun command is invalid, double colons are not
valid.
More info about this in bug report.

Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703
Closes-bug: #1706569
---
 doc/zun-guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/zun-guide.rst b/doc/zun-guide.rst
index 0fbc760433..655b4dd467 100644
--- a/doc/zun-guide.rst
+++ b/doc/zun-guide.rst
@@ -66,7 +66,7 @@ Create zun container.
 
 ::
 
-  $ zun create --name test cirros "ping -c 4 8.8.8.8"
+  $ zun create --name test cirros ping -c4 8.8.8.8
 
 Verify container is created.