1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 01:08:15 +00:00

docs: fix missing ascii switch in examples

Refs #4 on github. Examples should just work. :]
This commit is contained in:
Mirek Kratochvil 2014-01-03 04:53:21 +01:00
parent 594e3c0ebc
commit 4cd47302b9
2 changed files with 2 additions and 2 deletions

@ -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

@ -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