1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-11-24 03:08:58 +01:00

Apply suggestions from code review

Co-Authored-By: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
Miro Hrončok
2019-08-12 16:05:18 +02:00
committed by GitHub
parent 71d21b8266
commit 7b6ccc79cb
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ def tox_addoption(parser):
dest="print_deps_path",
metavar="PATH",
default=None,
help="Like --print-deps-only, but to a file (overrides the file)",
help="Like --print-deps-only, but to a file. Overwrites the file if it exists.",
)