739
739
topic_registry.register('basic', _basic_help, "Basic commands", SECT_HIDDEN)
740
740
topic_registry.register('topics', _help_on_topics, "Topics list", SECT_HIDDEN)
741
741
def get_current_formats_topic(topic):
743
743
return "Current Storage Formats\n\n" + \
745
745
def get_other_formats_topic(topic):
747
747
return "Other Storage Formats\n\n" + \
749
749
topic_registry.register('current-formats', get_current_formats_topic,
750
750
'Current storage formats')
751
751
topic_registry.register('other-formats', get_other_formats_topic,