diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-10-15 09:11:45 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-10-15 09:11:45 +0000 |
commit | 858cc71cc2563ad077f4ae2c85dc713743f22e2a (patch) | |
tree | cc5c6ffeb8d1a2464c036e942e9f6cb550183020 /src | |
parent | c1b1f748ea86b7f31c79692e808bb1bc39654e9d (diff) |
* src/hgs.c: rename --sync to --sync-io.
Diffstat (limited to 'src')
-rw-r--r-- | src/hgs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} }; |