1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-27 07:36:40 -04: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.sort()
reply = "Usage: {}".format(", ".join(names))
# reply = "Usage: {}".format(", ".join(names))
reply = "Usage: weather, locate [call], time, fortune, ping"
msg = messaging.TextMessage(
self.config["aprs"]["login"],
fromcall,