parse-yaml: fix typo
authorOlivier Matz <zer0@droids-corp.org>
Thu, 21 Mar 2019 19:23:24 +0000 (20:23 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 21 Mar 2019 19:25:01 +0000 (20:25 +0100)
examples/parse-yaml/parse-yaml.c

index fbe4065..4f46b22 100644 (file)
@@ -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);
 }