From 3fc67dfb100be0dfc55c2f52be4678a57b095cdc Mon Sep 17 00:00:00 2001 From: Seppia Date: Wed, 15 Jun 2016 15:46:10 +0200 Subject: added new option line and overall fixing --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index efd2c50..2448196 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gcc -Wall -Wpedantic -lcrypto onetimebluh.c -o onetimebluh -v 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): +Example creates two keys of length 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 @@ -28,7 +28,7 @@ onetimebluh --decrypt encrypted-message --key-file pad --outptut decrypted-messa You can print the help by running `onetimebluh --help` or `onetimebluh -h`. ``` -ONETIMEBLUH USAGE:; +ONETIMEBLUH USAGE: onetimebluh [COMMAND] [OPTIONS] ... COMMANDS: @@ -43,6 +43,7 @@ OPTIONS -k, --key-file=FILE use key (input) -b, --nbytes=NUM number of bytes -o, --output=FILE output name +-t, --tear-page deletes from the pad file the bytes used to encrypt/decrypt -Onetimebluh project repository at http://git.eigenlab.org/Seppia/onetimebluh +Onetimebluh project repository at https://git.eigenlab.org/Seppia/onetimebluh ``` -- cgit v1.2.3