commit 7b9bc6ddb6b53da22eaeb1704ec77ffe54db81cf
parent 46bf1857438a133436ef7ce807f7a3eefdfbd3b3
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date: Wed, 10 Mar 2021 11:32:51 +0000
Update main.c
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -97,10 +97,10 @@ charset(char string[])
void
help(void)
{
- printf( "Houndsniff is a hash recognition program \n"
+ printf( "Houndsniff is a hash recognition program. \n"
"It works by extracting some info about \n"
"the hash and comparing it to info about \n"
- "other hashes in an SQLite database. Then, \n"
+ "other hashes in a local database. Then, \n"
"it prints the matches sorted by popularity. \n"
"Their popularity is determined by web \n"
"search result numbers in comparison to \n"