From 0e985d44b7a2a86620c878915e480ec9ddb491bf Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 11 Jul 2009 16:18:29 +0200 Subject: document alternative way for uri setting --- uzbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index 9e5c1a9..193d0ba 100644 --- a/uzbl.c +++ b/uzbl.c @@ -2716,7 +2716,7 @@ main (int argc, char* argv[]) { uzbl.state.selected_url = NULL; uzbl.state.searchtx = NULL; - GOptionContext* context = g_option_context_new ("- some stuff here maybe someday"); + GOptionContext* context = g_option_context_new ("[ uri ] - load a uri by default"); g_option_context_add_main_entries (context, entries, NULL); g_option_context_add_group (context, gtk_get_option_group (TRUE)); g_option_context_parse (context, &argc, &argv, NULL); -- cgit v1.2.3