Document the usage correctly

This commit is contained in:
Jean-Paul Calderone 2019-02-15 13:24:17 -05:00
parent b0f4fc5451
commit 2c994b4417

View File

@ -52,7 +52,7 @@ def reactor():
@pytest.fixture(scope='session')
def temp_dir(request):
"""
Invoke like 'py.test --keep ...' to avoid deleting the temp-dir
Invoke like 'py.test --keep-tempdir ...' to avoid deleting the temp-dir
"""
tmp = mkdtemp(prefix="tahoe")
if request.config.getoption('keep', True):