mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 19:17:19 -03:00
s/yaml/YAML/
This commit is contained in:
parent
fe266cac50
commit
7f3b15245b
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue