mirror of
https://github.com/django/django.git
synced 2025-01-05 07:55:47 +00:00
Improved --list-tags help text for check management command.
Co-authored-by: David Sanders <shang.xiao.sanders@gmail.com>
This commit is contained in:
parent
1592f0ac22
commit
6debeac9e7
@ -21,7 +21,10 @@ class Command(BaseCommand):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--list-tags",
|
"--list-tags",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="List available tags.",
|
help=(
|
||||||
|
"List available tags. Specify --deploy to include available deployment "
|
||||||
|
"tags."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--deploy",
|
"--deploy",
|
||||||
|
Loading…
Reference in New Issue
Block a user