some little updates

This commit is contained in:
Florent de Lamotte 2025-03-25 13:33:10 +01:00
parent df1260620c
commit 733fc536c6
3 changed files with 14 additions and 13 deletions

View file

@ -18,7 +18,7 @@ from meshcore import printerr
from meshcore import MeshCore
# default address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/mc-cli/"
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
MCCLI_ADDRESS = MCCLI_CONFIG_DIR + "default_address"
# Fallback address if config file not found
@ -177,9 +177,9 @@ async def next_cmd(mc, cmds):
def usage () :
""" Prints some help """
print("""mccli.py : CLI interface to MeschCore BLE companion app
print("""meshcore-cli : CLI interface to MeschCore BLE companion app
Usage : mccli.py <args> <commands>
Usage : meshcore-cli <args> <commands>
Arguments :
-h : prints this help