From 1bb31363c1c4aed953835a74789a6d3461708919 Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 13 Feb 2025 21:19:05 +0100 Subject: [PATCH] src/zlevis-decrypt: update usage information --- src/zlevis-decrypt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zlevis-decrypt b/src/zlevis-decrypt index c839ee7..f079835 100755 --- a/src/zlevis-decrypt +++ b/src/zlevis-decrypt @@ -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 | zlevis-decrypt\"" exit 2 fi