From 8f783454ebaf1582de901d5b955b0321292f131f Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 12 Jun 2016 17:48:32 +0200 Subject: fixed README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -''' +``` -- cgit v1.2.3