mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
more cleaning
This commit is contained in:
parent
85e9593333
commit
e7e03df3d3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# mccli
|
# mc-cli
|
||||||
|
|
||||||
mccli.py : CLI interface to MeschCore BLE companion app
|
mccli.py : CLI interface to MeschCore BLE companion app
|
||||||
|
|
||||||
|
|
|
||||||
4
mccli.py
4
mccli.py
|
|
@ -262,9 +262,9 @@ async def next_cmd(mc, cmds):
|
||||||
|
|
||||||
def usage () :
|
def usage () :
|
||||||
""" Prints some help """
|
""" Prints some help """
|
||||||
print("""mc-cli.py : CLI interface to MeschCore BLE companion app
|
print("""mccli.py : CLI interface to MeschCore BLE companion app
|
||||||
|
|
||||||
Usage : mc-cli.py <args> <commands>
|
Usage : mccli.py <args> <commands>
|
||||||
|
|
||||||
Arguments :
|
Arguments :
|
||||||
-h : prints this help
|
-h : prints this help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue