diff --git a/modules/locationdata.py b/modules/locationdata.py index 77834e8..e6546ba 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -1721,13 +1721,13 @@ def mapHandler(userID, deviceID, channel_number, message, snr, rssi, hop): if command.strip().lower() == "help": return ( - f"'map save ' [description] - Save private location\n" - f"'map save public ' [desc] - Save public location\n" - f"'map ' - Get heading to saved location\n" - f"'map public ' - Get heading to public location\n" + f"'map save [description]' - Save private\n" + f"'map save public [desc]' - Save public\n" + f"'map ' - heading to saved\n" + f"'map public ' - heading to public\n" f"'map delete ' \n" - f"'map list' - List locations\n" - f"'map log ' - Log location to CSV\n" + f"'map list' - List\n" + f"'map log ' - Log CSV\n" ) # Handle "save" command