From a4d0348f160238e386505a86d505b4566aec7375 Mon Sep 17 00:00:00 2001
From: ekimia <mm@ekimia.fr>
Date: Wed, 5 Jun 2019 17:28:52 +0200
Subject: [PATCH] show usage : provision

---
 utils/libre | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/libre b/utils/libre
index a0ec0da..0091001 100755
--- a/utils/libre
+++ b/utils/libre
@@ -31,6 +31,7 @@ function systemctl_param {
 
 function show_usage {
   echo "Usage:"
+  echo " - provision -a <app_repo_url> -u <domainname> -s : install and start a libre.sh service."
   echo " - start|status|enable|disable|restart|stop: command sent to systemctl."
   echo " - ps|exec|logs: command sent to docker compose."
   echo " - update: to update the current folder."
-- 
GitLab