From 7f3b15245b3e5342c7881e993e311b375a924ce9 Mon Sep 17 00:00:00 2001 From: cathugger Date: Mon, 9 Jul 2018 17:26:43 +0000 Subject: [PATCH] s/yaml/YAML/ --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index e5dc520..86ea4aa 100644 --- a/main.c +++ b/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); }