brought back --unlock option for backward compatibility

This commit is contained in:
Maxim Devaev 2022-04-11 06:54:21 +03:00
parent 93a602398e
commit 4fd1e982d5

View File

@ -78,6 +78,8 @@ def main(argv: Optional[List[str]]=None) -> None:
metavar="<path>", help="Set the image file")
parser.add_argument("--eject", action="store_true",
help="Eject the image")
parser.add_argument("--unlock", action="store_true",
help="Does nothing, just for backward compatibility")
options = parser.parse_args(argv[1:])
if config.kvmd.msd.type != "otg":