diff options
Diffstat (limited to 'tests/getopts.sh')
-rw-r--r-- | tests/getopts.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/getopts.sh b/tests/getopts.sh index 5214e9f..255f2fa 100644 --- a/tests/getopts.sh +++ b/tests/getopts.sh @@ -23,7 +23,6 @@ VERBOSE_TESTS=0 # Print usage information usage() { - local pad=$(printf "%*s" ${#0} "") color cat <<EOF Usage: ${GRN}$0${RST} [${BLU}-j${RST}${BLD}N${RST}] [${BLU}--make${RST}=${BLD}MAKE${RST}] [${BLU}--bfs${RST}=${BLD}path/to/bfs${RST}] [${BLU}--sudo${RST}[=${BLD}COMMAND${RST}]] |