From 14c75e281b6c5a237b45973090765fcaf28fe978 Mon Sep 17 00:00:00 2001 From: Florent de Lamotte Date: Mon, 16 Jun 2025 10:03:31 +0200 Subject: [PATCH] typo in help --- README.md | 2 +- src/meshcore_cli/meshcore_cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac5fd8..0beff95 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Commands are given after arguments, they can be chained and some have shortcuts. contact_info <ct> : prints information for contact ct ci share_contact <ct> : share a contact with others sc export_contact <ct> : get a contact's URI ec - import_contact <URI> : import a contactt from its URI ic + import_contact <URI> : import a contact from its URI ic remove_contact <ct> : removes a contact from this node path <ct> : diplays path for a contact reset_path <ct> : resets path to a contact to flood rp diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index bd4a9a7..18982a5 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -1626,7 +1626,7 @@ def command_help(): contact_info : prints information for contact ct ci share_contact : share a contact with others sc export_contact : get a contact's URI ec - import_contact : import a contactt from its URI ic + import_contact : import a contact from its URI ic remove_contact : removes a contact from this node path : diplays path for a contact reset_path : resets path to a contact to flood rp