summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-12-07 15:57:20 +0100
committerSeppia <nonso@insicuri.net>2016-12-07 15:57:20 +0100
commit913436c760a4acb80fb92614d56ff59676666ec9 (patch)
tree4d6083732ad76c0419635eb48bedbabbf1566412
parent85373bb30f2eb2bf0e1148578ae728df0f90a317 (diff)
downloadonetimebluh-913436c760a4acb80fb92614d56ff59676666ec9.tar.gz
onetimebluh-913436c760a4acb80fb92614d56ff59676666ec9.tar.bz2
onetimebluh-913436c760a4acb80fb92614d56ff59676666ec9.zip
added --char option to help and fixed entries
-rw-r--r--src/onetimebluh.c5
1 files 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"