mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
branching error in contextual help
This commit is contained in:
parent
6c0850e56f
commit
72793de219
1 changed files with 1 additions and 1 deletions
|
|
@ -3185,7 +3185,7 @@ def get_help_for (cmdname, context="line") :
|
|||
at t=2 rp login
|
||||
""")
|
||||
|
||||
if cmdname == "node_discover" or cmdname == "nd" :
|
||||
elif cmdname == "node_discover" or cmdname == "nd" :
|
||||
print("""node_discover <filter> : discovers 0-hop nodes and displays signal info
|
||||
|
||||
filter can be "all" for all types or nodes or a comma separated list consisting of :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue