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): ...@@ -42,14 +42,18 @@ class Command(BaseCommand):
make_option( make_option(
'--name-template', '--name-template',
default='%s', default='%s',
help='Python formatting string, transforming the filemask ' help=(
'match to a project name' 'Python formatting string, transforming the filemask '
'match to a project name'
)
), ),
make_option( make_option(
'--base-file-template', '--base-file-template',
default='', default='',
help='Python formatting string, transforming the filemask ' help=(
'match to a monolingual base file name' 'Python formatting string, transforming the filemask '
'match to a monolingual base file name'
)
), ),
make_option( make_option(
'--file-format', '--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