summaryrefslogtreecommitdiff
path: root/src/hgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hgs.c')
-rw-r--r--src/hgs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hgs.c b/src/hgs.c
index 0031cb8..948fc45 100644
--- a/src/hgs.c
+++ b/src/hgs.c
@@ -85,7 +85,7 @@ main(int argc,
GOptionEntry entries[] = {
{"define", 'd', 0, G_OPTION_ARG_CALLBACK, _hgs_arg_define_cb, "Define a variable in systemdict.", "SYMBOL"},
{"load-plugin", 'l', 0, G_OPTION_ARG_CALLBACK, _hgs_arg_load_plugin_cb, "Load a plugin", "NAME"},
- {"sync", 0, 0, G_OPTION_ARG_NONE, &opt_io_sync, "Make I/O calls synchronous", NULL},
+ {"sync-io", 0, 0, G_OPTION_ARG_NONE, &opt_io_sync, "Make I/O calls synchronous", NULL},
{"device", 0, 0, G_OPTION_ARG_STRING, &device_name, "Output device that the rendering goes to", "DEVICE"},
{NULL}
};