From c58139538f15f6aa5ecd9040ba17ee0f8383dffd Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 21 Mar 2019 20:23:24 +0100 Subject: [PATCH] parse-yaml: fix typo --- examples/parse-yaml/parse-yaml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parse-yaml/parse-yaml.c b/examples/parse-yaml/parse-yaml.c index fbe4065..4f46b22 100644 --- a/examples/parse-yaml/parse-yaml.c +++ b/examples/parse-yaml/parse-yaml.c @@ -55,7 +55,7 @@ static void usage(const char *prgname) " Set the output file.\n" " -c\n" " --"OPT_COMPLETE"\n" - " Output the completion list." + " Output the completion list.\n" , prgname); } -- 2.20.1