diff --git a/get_results.sh b/get_results.sh index c0f393b5..af76c8ef 100755 --- a/get_results.sh +++ b/get_results.sh @@ -17,7 +17,7 @@ function usage echo "BIN_DIR:${BIN_DIR}" } -while getopts 'hcp:' opt; do +while getopts 'hgp:' opt; do case $opt in h) usage; exit 0;; g) GRAPH="-G";;