man/systemd-repart: remove extra pipe character in manpage

Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
Morten Linderud
2026-03-29 14:15:05 +02:00
parent 421bdc489f
commit a0ba770edc

View File

@@ -832,7 +832,7 @@ systemd-repart --definitions repart.d \
--copy-source=/tmp/tree/ \
--empty=create --size=600M \
--json=short \
/tmp/img.raw | | jq --raw-output0 .[-1].roothash &gt; /tmp/img.roothash
/tmp/img.raw | jq --raw-output0 .[-1].roothash &gt; /tmp/img.roothash
openssl smime -sign -in /tmp/img.roothash \
-inkey verity-private-key.pem \