houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 24c67ecddbce630232959e0749f800c937e37390
parent 19e93d930dcf2d0cabc1598e5df791f684b336f9
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat, 26 Dec 2020 14:52:48 +0000

Update main.c
Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -119,7 +119,7 @@ charset(char string[1000]) void help(void) { - printf("Houndsniff is a hash recognition program\n"); + printf("Houndsniff is a hash recognition program\n"); printf("It works by extracting some info about the\n"); printf("the hash and comparing it to info about\n"); printf("other hashes in an SQLite database. Then,\n");