summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-10-15 09:11:45 +0000
committerAkira TAGOH <akira@tagoh.org>2006-10-15 09:11:45 +0000
commit858cc71cc2563ad077f4ae2c85dc713743f22e2a (patch)
treecc5c6ffeb8d1a2464c036e942e9f6cb550183020 /src
parentc1b1f748ea86b7f31c79692e808bb1bc39654e9d (diff)
* src/hgs.c: rename --sync to --sync-io.
Diffstat (limited to 'src')
-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}
};