mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +03:00
rename --bugreport
to --report
This commit is contained in:
parent
4dbc428434
commit
07f2b965ed
2
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
2
.github/ISSUE_TEMPLATE/ISSUE_REPORT.md
vendored
|
@ -49,7 +49,7 @@ Thank you.
|
||||||
* Pillow:
|
* Pillow:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Please paste here the output of running `python3 -m PIL --bugreport`,
|
Please paste here the output of running `python3 -m PIL --report`,
|
||||||
or the output of the following Python code:
|
or the output of the following Python code:
|
||||||
|
|
||||||
from PIL import features
|
from PIL import features
|
||||||
|
|
|
@ -4,4 +4,4 @@ import sys
|
||||||
|
|
||||||
from .features import pilinfo
|
from .features import pilinfo
|
||||||
|
|
||||||
pilinfo(supported_formats="--bugreport" not in sys.argv)
|
pilinfo(supported_formats="--report" not in sys.argv)
|
||||||
|
|
|
@ -230,7 +230,7 @@ def pilinfo(out=None, supported_formats=True):
|
||||||
"""
|
"""
|
||||||
Prints information about this installation of Pillow.
|
Prints information about this installation of Pillow.
|
||||||
This function can be called with ``python3 -m PIL``.
|
This function can be called with ``python3 -m PIL``.
|
||||||
It can also be called with ``python3 -m PIL --bugreport`` to have
|
It can also be called with ``python3 -m PIL --report`` to have
|
||||||
"supported_formats" set to ``False``, omitting the list of all supported image
|
"supported_formats" set to ``False``, omitting the list of all supported image
|
||||||
file formats.
|
file formats.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user