aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-11 16:18:29 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-11 16:18:29 +0200
commit0e985d44b7a2a86620c878915e480ec9ddb491bf (patch)
tree88f146c77ac3c5617c39ad1951a8708c02ac9779 /uzbl.c
parent8fe37c5e4751c120cbe908128bd1a457b00ba763 (diff)
document alternative way for uri setting
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 1 insertions, 1 deletions
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);