diff --git a/xCAT-client/bin/rcons b/xCAT-client/bin/rcons index 86497d9f1..54b1ce481 100755 --- a/xCAT-client/bin/rcons +++ b/xCAT-client/bin/rcons @@ -13,7 +13,7 @@ if [ "$os" == "AIX" ]; then export HOME fi -if [ -z "$1" ] || [ "$1" = "-h" ]; then +if [ -z "$1" ] || [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ]; then echo "rcons - remotely accesses the serial console of a node" echo "rcons [conserver] [-f]" echo "rcons [conserver] [-s]"