man: Use correct target type for sysupdate entry

While Type=file works because it seems to be the default, the line gets
ignored as printed on the stderr output.
Use the correct value "regular-file" for the target type.
This commit is contained in:
Kai Lueke 2022-07-22 14:57:55 +02:00 committed by Luca Boccassi
parent b98445cd7c
commit 0ad7b7b809

View file

@ -818,7 +818,7 @@ Path=https://download.example.com/
MatchPattern=foobarOS_@v.efi.xz
[Target]
Type=file
Type=regular-file
Path=/efi/EFI/Linux
MatchPattern=foobarOS_@v+@l-@d.efi \
foobarOS_@v+@l.efi \