cryptop.genkey: Fix lies in the help text.
[distorted-keys] / cryptop.genkey
index 8e201a2..d220fe3 100755 (executable)
@@ -28,10 +28,11 @@ case "${KEYSLIB+t}" in t) ;; *) echo >&2 "$0: KEYSLIB unset"; exit 1 ;; esac
 . "$KEYSLIB"/keyfunc.sh
 
 defhelp <<HELP
-[-f] KEY PROFILE [ARGUMENTS ...]
+[-f] KEY PROFILE [OPTION=VALUE ...]
 Generate a named KEY, according to the PROFILE.
 
-The ARGUMENTS are passed to the key-type handler selected by the profile.
+The OPTIONS and VALUES are passed to the key-type handler selected by the
+profile.
 
 Options:
   -f           Force overwriting an existing key.