aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-08 02:22:23 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-08 02:22:23 +0100
commitc28aa99ebcf0df79b1015d9fd41a5f4382306c4c (patch)
treeaf0d470d81b8d0c60d4b11b2d50a1023c651a225 /uzbl-core.c
parent3fd1c34f8117e28a4b79251e01de9e3c9ad34c98 (diff)
parent3f1735f443f8812c7ee260ea464ca538b497c99b (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index 73c4e79..a290369 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -46,7 +46,7 @@ GOptionEntry entries[] =
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &uzbl.state.verbose,
"Whether to print all messages or just errors.", NULL },
{ "name", 'n', 0, G_OPTION_ARG_STRING, &uzbl.state.instance_name,
- "Name of the current instance (defaults to Xorg window id)", "NAME" },
+ "Name of the current instance (defaults to Xorg window id or random for GtkSocket mode)", "NAME" },
{ "config", 'c', 0, G_OPTION_ARG_STRING, &uzbl.state.config_file,
"Path to config file or '-' for stdin", "FILE" },
{ "socket", 's', 0, G_OPTION_ARG_INT, &uzbl.state.socket_id,