From a6a8649ab0aa6955a0e7fa747897d639ec5e675d Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 8 Dec 2009 20:34:37 +0100 Subject: update --help overview for maximized --- uzbl-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl-core.c') 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 } -- cgit v1.2.3