From e6396b887104d4c2a114011e7881215f903d4d69 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sun, 3 Oct 2021 12:16:40 -0700 Subject: [PATCH] help --- bin/vhost-add.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/vhost-add.sh b/bin/vhost-add.sh index 0a57c72..1e1a25c 100755 --- a/bin/vhost-add.sh +++ b/bin/vhost-add.sh @@ -17,6 +17,7 @@ help() echo " -h Print this help." echo "" echo " Username must already exist. If need be run vhost-user-add.sh first." + echo " Or use vhost-deploy.sh instead to automatically generate username." exit }