mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
Improve help texts
This commit is contained in:
@ -29,7 +29,7 @@ class Command(BaseCommand):
|
||||
'--queues',
|
||||
nargs='*',
|
||||
choices=list(Queue.objects.values_list('slug', flat=True)),
|
||||
help='Queues to include (default: all). Use queue slugs'
|
||||
help='Queues to include (default: all). Enter the queues slug as space separated list.'
|
||||
)
|
||||
parser.add_argument(
|
||||
'-x',
|
||||
|
Reference in New Issue
Block a user