def bot_help()

in python/bot.py [0:0]


def bot_help(service, options=dict()):
    log.debug("[bot_help] service_name: {0} options: {1}".format(
        service, options))
    h = "Available commands `{0}`\n".format(commands.keys())
    h += "Usage: `awsfaq <command> <service> <option1> <option2> ...`"
    return h