From 1e83fa1ea08d8d537cebf5056e58c62240d60785 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Feb 2021 16:19:12 +0100 Subject: [PATCH] add documentation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a314a92..3030074 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,18 @@ Usage ----- ``` -$ sudo ./bin/vhost-add +USAGE: + ./bin/vhost-add [options] + +OPTIONS: + -d The domain name + -a Aliase(s) + -m value Enable *http* or *https* + -r Force redirection of http to https + -p value Enable PHP with the given version (eg: 8.0) + -u value Username in the system + -i Enable script interactivity + -h Show this help ``` ![](https://www.deblan.io/~simon/vhost-manager/vhost-manager2.gif)