Skip to content
Snippets Groups Projects
Commit 1be9ed23 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update chksmb usage (msg/file bases have .shd files, not .SHD)

And try to make it clear that multiple bases can be passed on the command-line.
parent 80598cfd
No related branches found
No related tags found
No related merge requests found
Pipeline #6894 passed
......@@ -122,7 +122,7 @@ void print_hash(hash_t* hash)
printf("\t%-20s = %s\n" ,"hash.sha1" , SHA1_hex(str, hash->data.sha1));
}
char *usage="\nusage: chksmb [-opts] <filespec.SHD>\n"
char *usage="\nusage: chksmb [-opts] <path/to/base[.shd]> [...]\n"
"\n"
" opts:\n"
" b - beep on error\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment