From f251fe9736152943b074c32fd898d159f218108b Mon Sep 17 00:00:00 2001 From: Guillaume Giamarchi Date: Fri, 29 May 2015 17:41:21 +0200 Subject: [PATCH] Fix typo in OpenStack driver documentation Add missing dashes before options Signed-off-by: Guillaume Giamarchi --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 85e8cf5c19..68246c2c24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1376,8 +1376,8 @@ Create machines on [OpenStack](http://www.openstack.org/software/) Mandatory: - `--openstack-auth-url`: Keystone service base URL. - - `--openstack-flavor-id` or `openstack-flavor-name`: Identify the flavor that will be used for the machine. - - `--openstack-image-id` or `openstack-image-name`: Identify the image that will be used for the machine. + - `--openstack-flavor-id` or `--openstack-flavor-name`: Identify the flavor that will be used for the machine. + - `--openstack-image-id` or `--openstack-image-name`: Identify the image that will be used for the machine. Options: