rlist command in help

This commit is contained in:
SpudGunMan
2025-08-31 19:47:59 -07:00
parent 35ea7cb505
commit b276bbb40a
+1 -1
View File
@@ -75,7 +75,7 @@ if enableCmdHistory:
if location_enabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + trap_list_location
help_message = help_message + ", whereami, wx"
help_message = help_message + ", whereami, wx, rlist"
if enableGBalerts and not enableDEalerts:
from modules.globalalert import * # from the spudgunman/meshing-around repo
logger.warning(f"System: GB Alerts not functional at this time need to find a source API")