We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12a0b1 commit aed523fCopy full SHA for aed523f
bin/spark-sql
@@ -53,7 +53,7 @@ function ensure_arg_number {
53
fi
54
}
55
56
-if [[ "$@" = --help ]] || [[ "$@" = -H ]]; then
+if [[ "$@" = --help ]] || [[ "$@" = -h ]]; then
57
usage
58
exit 0
59
0 commit comments