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."