summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-06-12 17:48:32 +0200
committerSeppia <nonso@insicuri.net>2016-06-12 17:48:32 +0200
commit8f783454ebaf1582de901d5b955b0321292f131f (patch)
tree3c55910c7cca391a34f21115a2264cf1d35277c1
parentaef49b9b56c02753e5619dd2532883e5d254886c (diff)
downloadonetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.tar.gz
onetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.tar.bz2
onetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.zip
fixed README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 841ad3c..0725b82 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,16 @@ Usage
Example creates two keys of lenght 4096 bytes and use the first as a message and the second as the pad key (just for testing):
-'''
+```
onetimebluh --key-gen --nbytes 4096 --output message
onetimebluh --key-gen --nbytes 4096 --output pad
onetimebluh --encrypt message --key-file key --output encrypted-message
onetimebluh --decrypt encrypted-message --key-file key --outptut decrypted-message
-'''
+```
-You can print the help by running 'onetimebluh --help' or 'onetimebluh -h'.
+You can print the help by running `onetimebluh --help` or `onetimebluh -h`.
-'''
+```
ONETIMEBLUH USAGE:;
onetimebluh [COMMAND] [OPTIONS] ...
@@ -37,4 +37,4 @@ OPTIONS
Onetimebluh project repository at http://git.eigenlab.org/Seppia/onetimebluh
-'''
+```