mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Improve migration help
Improve migration help topic so that it easier understandable: - Add missing list of Topic commands - Add one more example to demonstrate migration abilities - Add breaks to too long lines to improve readibility https://fedorahosted.org/freeipa/ticket/2174
This commit is contained in:
@@ -818,7 +818,7 @@ class help(frontend.Local):
|
||||
raise HelpError(topic=topic)
|
||||
|
||||
print doc
|
||||
if len(commands) > 1:
|
||||
if commands:
|
||||
print ''
|
||||
print unicode(_('Topic commands:'))
|
||||
for c in commands:
|
||||
|
||||
Reference in New Issue
Block a user