From 4847390042bd3874fde205a288a94a586150df09 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Sat, 6 Aug 2016 11:39:29 +0100
Subject: [PATCH] Fix some old things

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

diff --git a/utils/provision b/utils/provision
index 782e8c7..371fd8a 100755
--- a/utils/provision
+++ b/utils/provision
@@ -1,11 +1,9 @@
 #!/usr/bin/env bash
-# Provision an application for a user for IndiePaaS
+# Provision an application for a user for LibrePaaS
 #
 # This file:
 #  - Registers the domain name to NameCheap
-#  - Generates the TLS certificate associated
 #  - Configures the DNS
-#  - Configures the mail forwarding
 #
 # Version 0.0.3
 #
@@ -13,7 +11,7 @@
 #  - Pierre Ozoux (pierre-o.fr)
 #
 # Usage:
-#  LOG_LEVEL=7 ./provision.sh -e test@test.org -a known -u example.org -g -b -c
+#  LOG_LEVEL=7 ./provision.sh -a github.com/indiehosters/known -u example.org -g -b -c
 #
 # Licensed under AGPLv3
 
-- 
GitLab