aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-08 20:34:37 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-08 20:34:37 +0100
commita6a8649ab0aa6955a0e7fa747897d639ec5e675d (patch)
tree68967110101565203114f1daeb7c026a41a435e8 /uzbl-core.c
parente4dde8780d4b456370d857ce5284661e3d2280b6 (diff)
update --help overview for maximized
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 01d0803..f897b48 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -54,7 +54,7 @@ GOptionEntry entries[] =
{ "connect-socket", 0, 0, G_OPTION_ARG_STRING_ARRAY, &uzbl.state.connect_socket_names,
"Connect to server socket", "CSOCKET" },
{ "geometry", 'g', 0, G_OPTION_ARG_STRING, &uzbl.gui.geometry,
- "Set window geometry (format: WIDTHxHEIGHT+-X+-Y)", "GEOMETRY" },
+ "Set window geometry (format: WIDTHxHEIGHT+-X+-Y or maximized)", "GEOMETRY" },
{ "version", 'V', 0, G_OPTION_ARG_NONE, &uzbl.behave.print_version,
"Print the version and exit", NULL },
{ NULL, 0, 0, 0, NULL, NULL, NULL }