Skip to content

Commit 4840f5c

Browse files
committed
Fix up short description for commands
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 69a4641 commit 4840f5c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mmdzanata/cli.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
@click.pass_context
6767
def cli(ctx, debug, branch, koji_url, zanata_url, zanata_project,
6868
zanata_translation_document, zanata_user_config):
69+
"""Tools for managing modularity translations."""
6970

7071
ctx.obj = dict()
7172
ctx.obj['debug'] = debug
@@ -100,6 +101,8 @@ def cli(ctx, debug, branch, koji_url, zanata_url, zanata_project,
100101
@click.pass_context
101102
def extract(ctx, upload):
102103
"""
104+
Extract translatable strings from modules.
105+
103106
Extract translations from all modules included in a particular version of
104107
Fedora or EPEL.
105108
"""
@@ -172,6 +175,8 @@ def extract(ctx, upload):
172175
@click.pass_context
173176
def generate_metadata(ctx):
174177
"""
178+
Generate modulemd-translations YAML.
179+
175180
:return: 0 on successful creation of modulemd-translation,
176181
nonzero on failure.
177182
"""

0 commit comments

Comments
 (0)