From 633bab6358c9f0628f8b071670716f14362388f8 Mon Sep 17 00:00:00 2001
From: Michel Memeteau <mm@ekimia.fr>
Date: Fri, 27 Mar 2020 15:48:11 +0100
Subject: [PATCH] comments

---
 utils/provision | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/provision b/utils/provision
index ca5d01d..2f6a4ad 100755
--- a/utils/provision
+++ b/utils/provision
@@ -26,11 +26,11 @@ LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency
 # opts & defaults from. The parsing is unforgiving so be precise in your syntax
 read -r -d '' usage <<-'EOF'
   -u   [arg] URL to process. Required.
-  -a   [arg] Application to install. (in the form github.com/indiehosters/wordpress)
+  -a   [arg] Application to install. (in the form github.com/indiehosters/wordpress or wordpress in REPO_MODE)
   -s         Start the application right away.
   -b         Buys the associated domain name.
   -i         Configure OpenDKIM.
-  -c         Configures DNS on Namecheap.
+  -c         Configures DNS if possible.
   -d         Enables debug mode
   -t         Checkout a specific tag or branch
   -h         This page
-- 
GitLab