This commit is contained in:
Mario Hüttel 2018-07-23 21:16:01 +02:00
parent 942df1d971
commit 13aa2c8609
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -126,7 +126,7 @@ int main(int argc, char **argv)
{ "mapping", 'm', 0, G_OPTION_ARG_FILENAME, &mappingname, "Path for Layer Mapping File", "PATH" },
{ "cell", 'c', 0, G_OPTION_ARG_STRING, &cellname, "Cell to render", "NAME" },
{ "tex-standalone", 'a', 0, G_OPTION_ARG_NONE, &pdf_standalone, "Create standalone PDF", NULL },
{ "tex-layers", 'l', 0, G_OPTION_ARG_NONE, &pdf_layers, "Create standalone PDF", NULL },
{ "tex-layers", 'l', 0, G_OPTION_ARG_NONE, &pdf_layers, "Create PDF Layers (OCG)", NULL },
{ NULL }
};