1
0
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:
Craig Lamparter 2021-01-15 08:51:12 -08:00
parent d81bfd6fd5
commit f538fb26ae

View File

@ -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,