aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-14 00:20:20 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-14 00:20:20 -0400
commit726e105a1269a9202690281471e5fa243223809b (patch)
treededc81eb0f8eecd9b8098b73ed5942ec9a14282a /src/uzbl-core.c
parented8f45d6eb21e5a931d55235708bcc73a2191771 (diff)
Avoid --name which GTK uses internally
Addresses #170.
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index e498762..e918451 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -47,7 +47,7 @@ GOptionEntry entries[] = {
"Uri to load at startup (equivalent to 'uzbl <uri>' or 'set uri = URI' after uzbl has launched)", "URI" },
{ "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,
+ { "named", 'n', 0, G_OPTION_ARG_STRING, &uzbl.state.instance_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" },