Skip to content

Commit

Permalink
fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
morlandi committed May 28, 2020
1 parent 2dc34e6 commit d8538e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usage

::

usage: manage.py clean_tables [-h] [--database DATABASE] [-n] [--vacuum]
usage: manage.py clean_tables [-h] [--database DATABASE] [-d] [--vacuum]
[--version] [-v {0,1,2,3}] [--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color]
Expand All @@ -40,8 +40,8 @@ Usage
-h, --help show this help message and exit
--database DATABASE Nominates a specific database to load fixtures into.
Defaults to the "default" database.
-n, --dry-run Don't actually delete records (default: False)
--vacuum Run VACUUM FULL after deletion (Postgresql only)
-d, --dry-run Don't actually delete records (default: False)
--vacuum Run VACUUM after deletion
--version show program's version number and exit
-v {0,1,2,3}, --verbosity {0,1,2,3}
Verbosity level; 0=minimal output, 1=normal output,
Expand Down

0 comments on commit d8538e9

Please sign in to comment.