]> git.droids-corp.org - protos/libecoli.git/commitdiff
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 fbe406564a5702e5a0cafc3bfd2ba5a3e6875aa9..4f46b2212716bf26b5f212118746a32d612b5faf 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);
 }