summaryrefslogtreecommitdiff
path: root/docs/man/django-admin.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/django-admin.1')
-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