remove extra space for formatting
This commit is contained in:
parent
469b9c9b89
commit
a60e85b9fb
|
@ -16,7 +16,7 @@ help()
|
||||||
echo "usage: $thisfilename -u <username> [-p <password> [-i <uid>] [-x <fpmmax>] [-w <0|1>] [-h]"
|
echo "usage: $thisfilename -u <username> [-p <password> [-i <uid>] [-x <fpmmax>] [-w <0|1>] [-h]"
|
||||||
echo ""
|
echo ""
|
||||||
echo " -h Print this help."
|
echo " -h Print this help."
|
||||||
echo " -u <username> System username to add to server."
|
echo " -u <username> System username to add to server."
|
||||||
echo " -p <password> Password for username. Optional, random password generated if none specified."
|
echo " -p <password> Password for username. Optional, random password generated if none specified."
|
||||||
echo " -i <uid> Numberic User ID to assign to user. Optional, next available uid set if none specified."
|
echo " -i <uid> Numberic User ID to assign to user. Optional, next available uid set if none specified."
|
||||||
echo " -x <fpmmax> PHP-FPM pm.max_children. Optional, defaults to 4, recommended range 2-12 on Shared Server."
|
echo " -x <fpmmax> PHP-FPM pm.max_children. Optional, defaults to 4, recommended range 2-12 on Shared Server."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user