mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-15 12:51:57 -05:00
fix usage statement
This commit is contained in:
parent
d81bfd6fd5
commit
f538fb26ae
@ -166,7 +166,9 @@ class APRSDRXThread(APRSDThread):
|
|||||||
names = [x.command_name for x in plugins]
|
names = [x.command_name for x in plugins]
|
||||||
names.sort()
|
names.sort()
|
||||||
|
|
||||||
reply = "Usage: {}".format(", ".join(names))
|
# reply = "Usage: {}".format(", ".join(names))
|
||||||
|
reply = "Usage: weather, locate [call], time, fortune, ping"
|
||||||
|
|
||||||
msg = messaging.TextMessage(
|
msg = messaging.TextMessage(
|
||||||
self.config["aprs"]["login"],
|
self.config["aprs"]["login"],
|
||||||
fromcall,
|
fromcall,
|
||||||
|
Loading…
Reference in New Issue
Block a user