Extend usage information

This commit is contained in:
Daniel Aleksandersen 2019-02-04 12:36:50 +01:00 committed by GitHub
parent 2a1c163779
commit 2e72dd7186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,11 +213,11 @@ Orignal is sensei of crypto ;)
void usage(void){
const constexpr char * help="vain pattern [options]\n"
"-h --help help menu\n"
"-r --reg regexp instead just text pattern\n"
"--threads -t (default count of system)\n"
"--signature -s (signature type)\n"
const constexpr char * help="vain [text-pattern|regex-pattern] [options]\n"
"-h --help, help menu\n"
"-r --reg, regexp instead just text pattern (e.g. '(one|two).*')\n"
"--threads -t, (default count of system)\n"
"--signature -s, (signature type)\n"
"-o --output output file (default private.dat)\n"
"--usage usage\n"
//"--prefix -p\n"