Skip to content

Commit e9498c8

Browse files
authored
Fix typo in --noinput argument
1 parent 253f151 commit e9498c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reset_db.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Django command that resets your Django database, removing all data from all
77
tables. This allows you to run all migrations again.
88

99
By default the command will prompt you to confirm that all data will be
10-
deleted. This can be turned off with the ``--no-input``-argument.
10+
deleted. This can be turned off with the ``--noinput``-argument.
1111

1212
Supported engines
1313
-----------------
@@ -50,7 +50,7 @@ Example Usage
5050
::
5151

5252
# Don't ask for a confirmation before doing the reset
53-
$ ./manage.py reset_db --no-input
53+
$ ./manage.py reset_db --noinput
5454

5555
::
5656

0 commit comments

Comments
 (0)