Expanded docstring for the tickers command a little.

This commit is contained in:
Griatch 2016-03-24 17:29:17 +01:00
parent cc5fe43372
commit 350b872612

View file

@ -758,11 +758,15 @@ class CmdServerLoad(MuxCommand):
class CmdTickers(MuxCommand): class CmdTickers(MuxCommand):
""" """
View and manage running tickers View running tickers
Usage: Usage:
@tickers @tickers
Note: Tickers are created, stopped and manipulated in Python code
using the TickerHandler. This is merely a convenience function for
inspecting the current status.
""" """
key = "@tickers" key = "@tickers"
help_category = "System" help_category = "System"