diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-28 10:38:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-28 10:38:00 -0400 |
| commit | ea36e7454c267aab933e92481288e1eab636cd62 (patch) | |
| tree | 52195c0c4984ef6e176e0b328b4b1f9804013927 /docs | |
| parent | eca6f91be2832208703d91e541e6f0b0addabfe0 (diff) | |
Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ea025559e9..883fb34f58 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1582,7 +1582,7 @@ Example usage:: django-admin migrate --traceback -.. django-admin-option:: --verbosity {0,1,2,3}, --v {0,1,2,3} +.. django-admin-option:: --verbosity {0,1,2,3}, -v {0,1,2,3} Specifies the amount of notification and debug information that a command should print to the console. |
