diff --git a/dev/lint-python b/dev/lint-python index 4a5036af47faf..db445a89cdd19 100755 --- a/dev/lint-python +++ b/dev/lint-python @@ -33,7 +33,7 @@ function exit_with_usage { echo "lint-python - linter for Python" echo "" echo "usage:" - cl_options="[--compile] [--black] [--custom-pyspark-error] [--mypy] [--mypy-examples] [--mypy-data]" + cl_options="[--compile] [--black] [--custom-pyspark-error] [--ruff] [--mypy] [--mypy-examples] [--mypy-data]" echo "lint-python $cl_options" echo "" exit 1