From 913436c760a4acb80fb92614d56ff59676666ec9 Mon Sep 17 00:00:00 2001 From: Seppia Date: Wed, 7 Dec 2016 15:57:20 +0100 Subject: added --char option to help and fixed entries --- src/onetimebluh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/onetimebluh.c b/src/onetimebluh.c index f8fe2d6..e67b4f2 100644 --- a/src/onetimebluh.c +++ b/src/onetimebluh.c @@ -341,13 +341,14 @@ void help(char* av[]) { fprintf(stdout,"ONETIMEBLUH USAGE:\n" "%s [COMMAND] [OPTIONS]\n\n" "COMMANDS:\n" - "-b, --bluh bluhes your message or in other words performs a bynary dump\n" + "-b, --bluh=FILE bluhes your message or in other words performs a bynary dump\n" "-d, --decrypt=FILE decrypt message (input) same ad --encrypt, just for the feeling\n" "-e, --encrypt=FILE encrypt message (input)\n" "-g, --gen-key create key file\n" "-h, --help print this help\n" - "-u, --unbluh unbluhes your message (gets the orginal message from the binary dump)\n\n" + "-u, --unbluh=FILE unbluhes your message (gets the orginal message from the binary dump)\n\n" "OPTIONS\n" + "-b, --char=CAHRS reads two cahracters as argument and uses them to bluh your message\n" "-k, --key-file=KEY_FILE use key (input)\n" "-n, --nbytes=NUM number of bytes\n" "-o, --output=FILE output name\n" -- cgit v1.2.3