From 0dc749734795706d932735a6ce8e327901f9699d Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 18 Dec 2016 05:27:53 +0100 Subject: fixed help function printf --- src/onetimebluh.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/onetimebluh.c b/src/onetimebluh.c index b206ea8..c28a5af 100644 --- a/src/onetimebluh.c +++ b/src/onetimebluh.c @@ -340,19 +340,19 @@ void bluh(int c, char* mess, char* outp, char* ch) { void help(char* av[]) { fprintf(stdout,"ONETIMEBLUH USAGE:\n" "%s [COMMAND] [OPTIONS]\n\n" - "COMMANDS:\n" - "-b, --bluh=FILE bluhes your message or in other words performs a binary 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=FILE unbluhes your message (gets the orginal message from the binary dump)\n\n" - "OPTIONS\n" - "-c, --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" - "-t, --tear-page deletes from the pad file the bytes used to encrypt/decrypt\n\n" + "COMMANDS:\n\n" + "-b, --bluh=FILE bluhes your message or in other words performs a binary 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=FILE unbluhes your message (gets the orginal message from the binary dump)\n\n" + "OPTIONS\n\n" + "-c, --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" + "-t, --tear-page deletes from the pad file the bytes used to encrypt/decrypt\n\n" "Onetimebluh project repository at https://git.eigenlab.org/seppia/onetimebluh\n", av[0]); return; -- cgit v1.2.3