diff options
author | Seppia <nonso@insicuri.net> | 2016-12-08 19:57:31 +0100 |
---|---|---|
committer | Seppia <nonso@insicuri.net> | 2016-12-08 19:57:31 +0100 |
commit | f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9 (patch) | |
tree | 4774b2bd9b2545cc20a3ec8993a901f6c45f0109 /src | |
parent | f22ea1f1294f0c51e04f33f327f0fbb16b812fa3 (diff) | |
download | onetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.tar.gz onetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.tar.bz2 onetimebluh-f1e95b9d3cedd1332b7d48ee2634ff5e37fcb1e9.zip |
fixed option -c in help() function
Diffstat (limited to 'src')
-rw-r--r-- | src/onetimebluh.c | 2 |
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" |