mirror of https://github.com/django/django.git
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(
|
||||
"--list-tags",
|
||||
action="store_true",
|
||||
help="List available tags.",
|
||||
help=(
|
||||
"List available tags. Specify --deploy to include available deployment "
|
||||
"tags."
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--deploy",
|
||||
|
|
Loading…
Reference in New Issue