diff --git a/salt/common/tools/sbin/so-status b/salt/common/tools/sbin/so-status index 7b76eeb4e..15f4fd0ae 100755 --- a/salt/common/tools/sbin/so-status +++ b/salt/common/tools/sbin/so-status @@ -18,20 +18,15 @@ MYNAME="${0##*/}" display_help() { - printf "%s" "${MYNAME}" - printf " [%s]" "-h" "-q|--quiet" - printf "\n" - printf "\t-%s\t%s\n" \ - "h" "Show this message." \ - "q,--quiet" "suppress the output and return a single status code of overall status" - printf "\nReturn Codes:\n" - printf "\t%s - %s\n" \ - "0" "Ok" \ - "1" "Error" \ - "2" "Starting/Pending"\ - "99" "Installing SO" - # exit with code 0, unless passed a number when called - exit "${1:-0}" +cat <