From 7a9423631ebf296c18c228616323a9591325d29b Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 5 Oct 2021 13:50:27 -0700 Subject: [PATCH] typo --- bin/vhost-user-add.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vhost-user-add.sh b/bin/vhost-user-add.sh index d015d64..c2dcde4 100755 --- a/bin/vhost-user-add.sh +++ b/bin/vhost-user-add.sh @@ -12,10 +12,10 @@ help() thisfilename=$(basename -- "$0") echo "Add system user to server." echo "" - echo "usage: $thisfilename -u [-p [-i ] [-w] [-h]" + echo "usage: $thisfilename -u [-p [-i ] [-w] [-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 " -w Write user info to /home/username/.passwd. Warning! This inlcudes the unencrypted password."