From 4cd47302b9b63d08181be0b07a6f503cc544b69d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 3 Jan 2014 04:53:21 +0100 Subject: [PATCH] docs: fix missing ascii switch in examples Refs #4 on github. Examples should just work. :] --- README.md | 2 +- man/ccr.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5841a..9d33b0a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ margin. Let's play with random data! ccr -ina < friends_pubkeys.asc #import Frank's key and rename it - ccr -i -R friends_pubkeys.asc --name "Friendly Frank" + ccr -ia -R friends_pubkeys.asc --name "Friendly Frank" #send a nice message to Frank (you can also specify him by @12345 keyid) ccr -se -r Frank < Document.doc > Message_to_frank.ccr diff --git a/man/ccr.1 b/man/ccr.1 index 3a98f4a..449f6c0 100644 --- a/man/ccr.1 +++ b/man/ccr.1 @@ -302,7 +302,7 @@ ccr -p -a -o my_pubkeys.asc -F Doe # export your pubkeys for friends ccr -ina < friends_pubkeys.asc #import Frank's key and rename it -ccr -i -R friends_pubkeys.asc --name "Friendly Frank" +ccr -ia -R friends_pubkeys.asc --name "Friendly Frank" #send a nice message to Frank (you can also specify him by @12345 keyid) ccr -se -r Frank < Document.doc > Message_to_frank.ccr