summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-'''
+```