Skip to content

Commit 72793de

Browse files
committed
branching error in contextual help
1 parent 6c0850e commit 72793de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,7 +3185,7 @@ def get_help_for (cmdname, context="line") :
31853185
at t=2 rp login
31863186
""")
31873187

3188-
if cmdname == "node_discover" or cmdname == "nd" :
3188+
elif cmdname == "node_discover" or cmdname == "nd" :
31893189
print("""node_discover <filter> : discovers 0-hop nodes and displays signal info
31903190
31913191
filter can be "all" for all types or nodes or a comma separated list consisting of :

0 commit comments

Comments
 (0)