mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
Fix set/get help message
help said "echo_unk_channels" but the command is parsed as "echo_unk_chans"
This commit is contained in:
parent
08f655b65c
commit
fedc687313
1 changed files with 1 additions and 1 deletions
|
|
@ -3497,7 +3497,7 @@ def get_help_for (cmdname, context="line") :
|
|||
json_log_rx <on/off> : logs packets incoming to device as json
|
||||
channel_echoes <on/off> : print repeats for channel data
|
||||
advert_echoes <on/off> : print repeats for adverts
|
||||
echo_unk_channels <on/off> : also dump unk channels (encrypted)
|
||||
echo_unk_chans <on/off> : also dump unk channels (encrypted)
|
||||
color <on/off> : color off should remove ANSI codes from output
|
||||
meshcore-cli behaviour:
|
||||
classic_prompt <on/off> : activates less fancier prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue