docs: fix missing ascii switch in examples
Refs #4 on github. Examples should just work. :]
This commit is contained in:
parent
594e3c0ebc
commit
4cd47302b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue