From c92eb8f9217398c2b8d48afe1471be3fb7a3ab0a Mon Sep 17 00:00:00 2001 From: Jeff Connelly Date: Mon, 2 Jun 2008 16:43:33 -0700 Subject: [PATCH] Clarify default pad. --- cotp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cotp.c b/cotp.c index 3e71137..170d79d 100644 --- a/cotp.c +++ b/cotp.c @@ -70,7 +70,7 @@ void usage() "-d Decrypt with \n" "Default is automatic.\n" "\n" - "-t Specify pad name to encrypt with. Default: default pad.\n"); + "-t Specify pad name to encrypt with. Default: first pad.\n"); exit(EX_USAGE); } -- 2.11.4.GIT