Añadido zxdb.py
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user