add mng to file types listed in BlinkenConv help
Stefan Schuermans

Stefan Schuermans commited on 2013-12-27 21:55:24
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -177,9 +177,9 @@ int main(int argCnt, char **args)
177 177
     printf("syntax: %s <parameter> [...]\n\n"
178 178
            "parameters:\n"
179 179
            "  -i <file>\n"
180
-           "     read movie from file (*.blm, *.bmm, *.bml, *.bbm)\n"
180
+           "     read movie from file (*.blm, *.bmm, *.bml, *.bbm(, *.mng))\n"
181 181
            "  -a <file>\n"
182
-           "     append movie from file (*.blm, *.bmm, *.bml, *.bbm)\n"
182
+           "     append movie from file (*.blm, *.bmm, *.bml, *.bbm(, *.mng))\n"
183 183
            "  -l <number>\n"
184 184
            "     loop video a number of times\n"
185 185
            "  -f\n"
186 186