diff --git a/mkosi/config.py b/mkosi/config.py index 4b9cc146b..d33cc81c7 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -3589,6 +3589,7 @@ def parse_ini(path: Path, only_sections: Collection[str] = ()) -> Iterator[tuple ), ConfigSetting( dest="vsock", + name="VSock", metavar="FEATURE", nargs="?", section="Runtime", @@ -3599,7 +3600,7 @@ def parse_ini(path: Path, only_sections: Collection[str] = ()) -> Iterator[tuple ), ConfigSetting( dest="vsock_cid", - name="VsockConnectionId", + name="VSockCID", long="--vsock-cid", metavar="NUMBER|auto|hash", section="Runtime",