From a60e85b9fb1835a4c3f7290db65ea7ba03a07e91 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 16 May 2024 11:01:35 -0700 Subject: [PATCH] remove extra space for formatting --- bin/vhost-user-add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vhost-user-add.sh b/bin/vhost-user-add.sh index f8bcf78..55156f4 100755 --- a/bin/vhost-user-add.sh +++ b/bin/vhost-user-add.sh @@ -16,7 +16,7 @@ help() echo "usage: $thisfilename -u [-p [-i ] [-x ] [-w <0|1>] [-h]" echo "" echo " -h Print this help." - echo " -u System username to add to server." + echo " -u System username to add to server." echo " -p Password for username. Optional, random password generated if none specified." echo " -i Numberic User ID to assign to user. Optional, next available uid set if none specified." echo " -x PHP-FPM pm.max_children. Optional, defaults to 4, recommended range 2-12 on Shared Server."