Skip to content

Commit fc95d00

Browse files
committed
correct chat intro to fit phone screen
1 parent 4216f29 commit fc95d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ async def subscribe_to_msgs(mc):
162162

163163
async def interactive_loop(mc, to=None) :
164164
print("""Interactive mode, most commands from terminal chat should work.
165-
Use \"to\" to selects contact, \"list\" to list contacts, \"send\" to send a message ...
165+
Use \"to\" to select recipient, use Tab to complete name ...
166166
Line starting with \"$\" or \".\" will issue a meshcli command.
167-
\"quit\" or \"q\" will end interactive mode""")
167+
\"quit\", \"q\", CTRL+D will end interactive mode""")
168168

169169
await mc.ensure_contacts()
170170
await subscribe_to_msgs(mc)

0 commit comments

Comments
 (0)