1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

#N/A: Fix docstring

This commit is contained in:
Vladimir Iakovlev 2017-05-01 17:49:13 +02:00 committed by GitHub
parent 33f28cf76d
commit 2cb23b1805

View File

@ -7,7 +7,7 @@ shells.shell = shells.Generic()
def pytest_addoption(parser): def pytest_addoption(parser):
"""Adds `--run-without-docker` argument.""" """Adds `--enable-functional` argument."""
group = parser.getgroup("thefuck") group = parser.getgroup("thefuck")
group.addoption('--enable-functional', action="store_true", default=False, group.addoption('--enable-functional', action="store_true", default=False,
help="Enable functional tests") help="Enable functional tests")