]> mj.ucw.cz Git - paperjam.git/blobdiff - parse.cc
TODO
[paperjam.git] / parse.cc
index d3d92cd083df81a98bef9f263b85869bcb46b992..48a32c717c0318a806ce6edfb5eb077a0a4dc06d 100644 (file)
--- a/parse.cc
+++ b/parse.cc
@@ -1,3 +1,9 @@
+/*
+ *     PaperJam -- Command parser
+ *
+ *     (c) 2018 Martin Mares <mj@ucw.cz>
+ */
+
 #include <cassert>
 #include <cstdarg>
 #include <cstdlib>
@@ -483,7 +489,7 @@ void parse(const char *in, list<cmd *> &cmds)
   instantiate(cmds);
 }
 
-void help()
+void parser_help()
 {
   for (int i=0; cmd_table[i].name; i++)
     {