Skip to content

Commit b6c529d

Browse files
committed
Clarify the help text for --create-db.
Thanks to @bedwards for initial suggestion. Refs/fixes pytest-dev#326.
1 parent f500a2e commit b6c529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def pytest_addoption(parser):
4343
group._addoption('--create-db',
4444
action='store_true', dest='create_db', default=False,
4545
help='Re-create the database, even if it exists. This '
46-
'option will be ignored if not --reuse-db is given.')
46+
'option can be used to override --reuse-db.')
4747
group._addoption('--ds',
4848
action='store', type='string', dest='ds', default=None,
4949
help='Set DJANGO_SETTINGS_MODULE.')

0 commit comments

Comments
 (0)