From: Olivier Matz Date: Thu, 21 Mar 2019 19:23:24 +0000 (+0100) Subject: parse-yaml: fix typo X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=commitdiff_plain;h=c58139538f15f6aa5ecd9040ba17ee0f8383dffd parse-yaml: fix typo --- 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); }