Index: cam.c =================================================================== --- cam.c (revision 18326) +++ cam.c (revision 18327) @@ -102,6 +102,9 @@ } } + else if (strcmp(cmd, "desc") == 0) { + /* ignore */ + } else if (strcmp(cmd, "write") == 0) { int argc = ctx->argc; if (ctx->exporter == NULL) { Index: cam.conf =================================================================== --- cam.conf (revision 18326) +++ cam.conf (revision 18327) @@ -4,6 +4,7 @@ ha:cam { li:jobs { doc_png { + desc export top and bottom copper and silk in 600 DPI pngs plugin png --dpi 600 write top.png=top-copper,top-silk write bottom.png=bottom-copper,bottom-silk