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:
Martin Kosek
2012-02-03 09:38:16 +01:00
parent de9a0df508
commit b2239d533d
2 changed files with 21 additions and 8 deletions

View File

@@ -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: