docs(pyproject-without-special-deps.py): fix help string

This commit is contained in:
Phillip Cloud 2021-11-08 09:19:00 -05:00
parent b95fe190ce
commit 81d9e93b33
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -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()