summaryrefslogtreecommitdiff
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
parentc1b1f748ea86b7f31c79692e808bb1bc39654e9d (diff)
* src/hgs.c: rename --sync to --sync-io.
-rw-r--r--hieroglyph/version.h.in2
-rw-r--r--src/hgs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hieroglyph/version.h.in b/hieroglyph/version.h.in
index 714ea4d..07e291c 100644
--- a/hieroglyph/version.h.in
+++ b/hieroglyph/version.h.in
@@ -29,7 +29,7 @@
G_BEGIN_DECLS
#define HIEROGLYPH_VERSION "@VERSION@"
-#define HIEROGLYPH_UUID "16540d57-7797-41f4-a876-9e9a420e67b2"
+#define HIEROGLYPH_UUID "f129604a-dd02-420e-bb3c-a4c2388e3604"
const char *__hg_rcsid G_GNUC_UNUSED = "$Rev$";
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}
};