From f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9 Mon Sep 17 00:00:00 2001 From: Seppia Date: Thu, 8 Dec 2016 19:57:31 +0100 Subject: fixed option -c in help() function --- src/onetimebluh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onetimebluh.c b/src/onetimebluh.c index 9991dfe..754d199 100644 --- a/src/onetimebluh.c +++ b/src/onetimebluh.c @@ -348,7 +348,7 @@ void help(char* av[]) { "-h, --help print this help\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" + "-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" -- cgit v1.2.3