Updated markup of scripts.

This commit is contained in:
Luc Bijl 2024-12-14 12:41:38 +01:00
parent 7ab23985e1
commit 03f5c95b33
3 changed files with 5 additions and 9 deletions

View file

@ -18,11 +18,10 @@ 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\""
echo
echo "$summary"
exit 2
fi