From 0a8573e71ae57a6dfe0ba2fc58b87453bb65fa74 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 24 Dec 2019 15:51:15 +0100
Subject: [PATCH] change --hostname to --create-hostname in docs

---
 docs/installation_instructions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md
index d10a8c635..830ef0ccd 100644
--- a/docs/installation_instructions.md
+++ b/docs/installation_instructions.md
@@ -138,7 +138,7 @@ There are two options to create a cluster:
 
 2. By creating a new VPS through the API, using the `--create-droplet`
    argument
-   - Make sure to also provide the `--hostname` and `--ssh-key-id` arguments.
+   - Make sure to also provide the `--create-hostname` and `--ssh-key-id` arguments.
 
      You can find your SSH key ID by going to VPS Cloud -> SSH keys and
      checking the link under "Show key". The numerical part is your SSH key
@@ -160,7 +160,7 @@ There are two options to create a cluster:
 - Here is an example of a complete creation command:
 
   ```
-  $ python -m openappstack my-cluster create --create-droplet --hostname oas.example.org --ssh-key-id 112 --create-domain-records --subdomain oas example.org
+  $ python -m openappstack my-cluster create --create-droplet --create-hostname oas.example.org --ssh-key-id 112 --create-domain-records --subdomain oas example.org
   ```
 
   > **NOTE:** You can use the `--acme-staging` argument for testing purposes
-- 
GitLab