mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
some little updates
This commit is contained in:
parent
df1260620c
commit
733fc536c6
3 changed files with 14 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue