src/zlevis-decrypt: update usage information

This commit is contained in:
Luc Bijl 2025-02-13 21:19:05 +01:00
parent 0454a9c388
commit 1bb31363c1

View file

@ -18,10 +18,7 @@ fi
# Display usage information if input is from a terminal
if [ -t 0 ]; then
exec >&2
echo "$summary"
echo
echo "Usage: \"zlevis-decrypt < file.jwe\""
echo "Usage ZFS: \"zfs list -Ho tpm:jwe <pool> | zlevis-decrypt\""
exit 2
fi