remove old help output print

This commit is contained in:
Sagar Karandikar 2022-10-17 20:51:55 -07:00
parent 5991ada598
commit 3c6dba37fc
2 changed files with 0 additions and 10 deletions

View File

@ -10,11 +10,6 @@ function usage
echo " --skip-ssh-setup: if set, skips ssh setup checks."
}
if [ "$1" == "--help" -o "$1" == "-h" -o "$1" == "-H" ]; then
usage
exit 3
fi
while test $# -gt 0
do
case "$1" in

View File

@ -11,11 +11,6 @@ function usage
echo " --skip-ssh-setup: if set, skips ssh setup checks."
}
if [ "$1" == "--help" -o "$1" == "-h" -o "$1" == "-H" ]; then
usage
exit 3
fi
while test $# -gt 0
do
case "$1" in