summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-01 07:54:32 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-01 07:54:32 +0200
commit93e719efdb6103e5e21b2779d8fb506765adbb70 (patch)
treeb09e75c10a762225867a135c24438722d7d2c8b8
parent4f2713ff0e0c91b987a40f20a6ad1dec16681dff (diff)
[2.2.x] Updated man page for Django 2.2.
-rw-r--r--docs/man/django-admin.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index 65107a0bfc..72c1da2446 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "DJANGO-ADMIN" "1" "May 01, 2019" "2.2" "Django"
+.TH "DJANGO-ADMIN" "1" "July 01, 2019" "2.2" "Django"
.SH NAME
django-admin \- Utility script for the Django Web framework
.
@@ -2600,7 +2600,7 @@ support the \fBstdout\fP and \fBstderr\fP options. For example, you could write:
.sp
.nf
.ft C
-with open(\(aq/path/to/command_output\(aq) as f:
+with open(\(aq/path/to/command_output\(aq, \(aqw\(aq) as f:
management.call_command(\(aqdumpdata\(aq, stdout=f)
.ft P
.fi