From d8538e952fd1d53590fc8c793274f1a6a5bd5b02 Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Thu, 28 May 2020 14:23:30 +0200 Subject: [PATCH] fix Readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3bed8c3..01b78cc 100644 --- a/README.rst +++ b/README.rst @@ -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] @@ -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,