Commit f2f5eb47 authored by Michal Čihař's avatar Michal Čihař

Better wrap long lines

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bfc5168e
......@@ -42,14 +42,18 @@ class Command(BaseCommand):
make_option(
'--name-template',
default='%s',
help='Python formatting string, transforming the filemask '
'match to a project name'
help=(
'Python formatting string, transforming the filemask '
'match to a project name'
)
),
make_option(
'--base-file-template',
default='',
help='Python formatting string, transforming the filemask '
'match to a monolingual base file name'
help=(
'Python formatting string, transforming the filemask '
'match to a monolingual base file name'
)
),
make_option(
'--file-format',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment