From 4b5f9bc0584b7c4b0448fa57908544aa55d14e49 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 2 May 2015 16:27:11 +0100 Subject: [PATCH] cryptop.genkey: Fix lies in the help text. --- cryptop.genkey | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cryptop.genkey b/cryptop.genkey index 8e201a2..d220fe3 100755 --- a/cryptop.genkey +++ b/cryptop.genkey @@ -28,10 +28,11 @@ case "${KEYSLIB+t}" in t) ;; *) echo >&2 "$0: KEYSLIB unset"; exit 1 ;; esac . "$KEYSLIB"/keyfunc.sh defhelp <