s/yaml/YAML/

This commit is contained in:
cathugger 2018-07-09 17:26:43 +00:00
parent fe266cac50
commit 7f3b15245b

4
main.c
View file

@ -416,8 +416,8 @@ static void printhelp(FILE *out,const char *progname)
"\t-s - print statistics each 10 seconds\n"
"\t-S t - print statistics every specified ammount of seconds\n"
"\t-T - do not reset statistics counters when printing\n"
"\t-y - output generated keys in yaml format instead of dumping them to filesystem\n"
"\t-Y [filename [host.onion]] - parse yaml encoded input and extract key(s) to filesystem\n"
"\t-y - output generated keys in YAML format instead of dumping them to filesystem\n"
"\t-Y [filename [host.onion]] - parse YAML encoded input and extract key(s) to filesystem\n"
,progname,progname);
fflush(out);
}