Skip to content

Commit 8cdb5ca

Browse files
committed
args fixed
1 parent e3e9447 commit 8cdb5ca

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
@@ -1441,7 +1441,7 @@ async def main(argv):
14411441
with open(MCCLI_ADDRESS, encoding="utf-8") as f :
14421442
address = f.readline().strip()
14431443

1444-
opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhSlT:")
1444+
opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhvSlT:")
14451445
for opt, arg in opts :
14461446
match opt:
14471447
case "-d" : # name specified on cmdline

0 commit comments

Comments
 (0)