diff --git a/test/help.sh b/test/help.sh index 40a1324..89cd08c 100755 --- a/test/help.sh +++ b/test/help.sh @@ -22,6 +22,6 @@ die 'DUB did not print the build help message, with the `-h` argument.' fi -if ! { ${DUB} build -h | grep "Builds a package"; } then +if ! { ${DUB} build --help | grep "Builds a package"; } then die 'DUB did not print the build help message, with the `--help` argument.' fi