Expanded docstring for the tickers command a little.
This commit is contained in:
parent
cc5fe43372
commit
350b872612
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue