mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
docs(pyproject-without-special-deps.py): fix help string
This commit is contained in:
parent
b95fe190ce
commit
81d9e93b33
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue