Skip to content

Commit 0e75620

Browse files
committed
version display
1 parent 8cdb5ca commit 0e75620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ async def main(argv):
14671467
case "-T" :
14681468
timeout = float(arg)
14691469
case "-v":
1470-
print (f"meshcore cli version {VERSION}")
1470+
print (f"meshcore-cli: command line interface to MeshCore version {VERSION}")
14711471
return
14721472
case "-l" :
14731473
devices = await BleakScanner.discover(timeout=timeout)

0 commit comments

Comments
 (0)