From d8a284fe4a63ae37fdac0f4885cd5f67379cdecf Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 25 May 2013 19:27:22 +0200 Subject: [PATCH] upgrade docs after algo names changed --- README.md | 2 +- man/ccr.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97bf75c..f88d835 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Everything is meant to work mostly like GnuPG, but with some good simplicity margin. Let's play with random data! ccr -g help - ccr -g fmtseq128 --name "John Doe" # your signature key + ccr -g fmtseq128-sha --name "John Doe" # your signature key ccr -g mceqd128 --name "John Doe" # your encryption key ccr -K #watch the generated keys diff --git a/man/ccr.1 b/man/ccr.1 index d423f2a..73c89c8 100644 --- a/man/ccr.1 +++ b/man/ccr.1 @@ -274,7 +274,7 @@ Following commands roughly demonstrate command line usage of \fBccr\fR: .nf .sp ccr -g help -ccr -g fmtseq128 --name "John Doe" # your signature key +ccr -g fmtseq128-sha --name "John Doe" # your signature key ccr -g mceqd128 --name "John Doe" # your encryption key ccr -K #watch the generated keys