diff --git a/hooks/pyproject-without-special-deps.py b/hooks/pyproject-without-special-deps.py index 2b25617..af9816c 100644 --- a/hooks/pyproject-without-special-deps.py +++ b/hooks/pyproject-without-special-deps.py @@ -45,7 +45,7 @@ if __name__ == "__main__": "-f", "--fields-to-remove", nargs="+", - help="The fields to remove from the TOML", + help="The fields to remove from the dependency's JSON", ) args = p.parse_args()