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