mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
schema: fix typo
This fixes summary lines for commands in the help command. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -207,7 +207,7 @@ def _create_command(schema):
|
||||
command = {}
|
||||
command['name'] = name
|
||||
if 'doc' in schema:
|
||||
command['doc'] = ConcatenatedLazyText(['doc'])
|
||||
command['doc'] = ConcatenatedLazyText(schema['doc'])
|
||||
if 'topic_topic' in schema:
|
||||
command['topic'] = str(schema['topic_topic'])
|
||||
else:
|
||||
|
Reference in New Issue
Block a user