diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-01-25 13:23:33 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-01-25 13:23:33 -0300 |
| commit | 2babab0bb351ff7a13fd23795f5e926a9bf95d22 (patch) | |
| tree | dcdffc1d0964d88d71980b7bd07e4ced495e9300 /docs/man | |
| parent | b9c8bbf3726a1956be1db70ffd3bef04a2e5311a (diff) | |
Patch by Claude for #16084.
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/django-admin.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 4d937b488b..c9c8d19869 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -193,7 +193,8 @@ Ignore files or directories matching this glob-style pattern. Use multiple times to ignore more (makemessages command). .TP .I \-\-no\-default\-ignore -Don't ignore the common private glob-style patterns 'CVS', '.*' and '*~' (makemessages command). +Don't ignore the common private glob-style patterns 'CVS', '.*', '*~' and '*.pyc' +(makemessages command). .TP .I \-\-no\-wrap Don't break long message lines into several lines (makemessages command). |
