Añadido zxdb.py

This commit is contained in:
2023-08-12 18:09:47 +02:00
parent 5de6d8cf6c
commit 874ca12fcf
2 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ for opt, arg in opts:
opt_list = "yes"
elif opt in ("-m", "--manufacturer"):
opt_manufacturer = arg
elif opt == '-d':
elif opt in ("-d", "--dat"):
opt_dat = arg
elif opt in ("-c", "--copy"):
opt_copy = "yes"