diff --git a/timerlat-client b/timerlat-client index 13e1976..b361994 100755 --- a/timerlat-client +++ b/timerlat-client @@ -20,7 +20,7 @@ warm_up="" thread="" dma_latency="" -+opts=$(getopt -q -o "" --longoptions "cpus:,house-keeping:,priority:,no-load-balance:,duration:,smt:,period:,warm-up:,thread:,dma-latency:,deepest-idle-state:" -n "getopt.sh" -- "$@"); +opts=$(getopt -q -o "" --longoptions "cpus:,house-keeping:,priority:,no-load-balance:,duration:,smt:,period:,warm-up:,thread:,dma-latency:,deepest-idle-state:" -n "getopt.sh" -- "$@"); if [ $? -ne 0 ]; then printf -- "\tUnrecognized option specified\n\n" exit 1