summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-12-08 19:57:31 +0100
committerSeppia <nonso@insicuri.net>2016-12-08 19:57:31 +0100
commitf1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9 (patch)
tree4774b2bd9b2545cc20a3ec8993a901f6c45f0109
parentf22ea1f1294f0c51e04f33f327f0fbb16b812fa3 (diff)
downloadonetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.tar.gz
onetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.tar.bz2
onetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.zip
fixed option -c in help() function
-rw-r--r--src/onetimebluh.c2
1 files changed, 1 insertions, 1 deletions
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"