1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

import: fix typo

Follow-up for 17a6043a14.
This commit is contained in:
Yu Watanabe 2024-08-03 05:53:04 +09:00
parent fea380f3b4
commit 7033574293

View File

@ -80,7 +80,7 @@ static SD_VARLINK_DEFINE_METHOD(
SD_VARLINK_DEFINE_INPUT_BY_TYPE(type, RemoteType, 0),
SD_VARLINK_FIELD_COMMENT("The image class"),
SD_VARLINK_DEFINE_INPUT_BY_TYPE(class, ImageClass, 0),
SD_VARLINK_FIELD_COMMENT("The whether and how thoroughly to verify the download before installing it locally. Defauts to 'signature'."),
SD_VARLINK_FIELD_COMMENT("The whether and how thoroughly to verify the download before installing it locally. Defaults to 'signature'."),
SD_VARLINK_DEFINE_INPUT_BY_TYPE(verify, ImageVerify, SD_VARLINK_NULLABLE),
SD_VARLINK_FIELD_COMMENT("If true, an existing image by the local name is deleted. Defaults to false."),
SD_VARLINK_DEFINE_INPUT(force, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE),