aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-01 23:01:21 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-01 23:01:21 +0100
commitfd1fce360b8ef484f48f5786081834628ba67a7d (patch)
tree61fe1399e05c086f0825838255b3c414b4fd44eb /README
parent827415529f71575c9423cb120083ec874b139ac7 (diff)
bring readme up to date for latest new options and stuff
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 12bd998..f46d552 100644
--- a/README
+++ b/README
@@ -529,12 +529,14 @@ Basically all events have this format:
### COMMAND LINE ARGUMENTS
- uzbl [ uri ]
+ uzbl-core [OPTION...] [ uri ]
-u, --uri=URI Uri to load at startup (equivalent to 'uzbl <uri>' or 'set uri = URI' after uzbl has launched)
-v, --verbose Whether to print all messages or just errors.
- -n, --name=NAME Name of the current instance (defaults to Xorg window id)
+ -n, --name=NAME Name of the current instance (defaults to Xorg window id or random for GtkSocket mode)
-c, --config=FILE Path to config file or '-' for stdin
-s, --socket=SOCKET Socket ID
+ --connect-socket=CSOCKET Connect to server socket
+ -p, --print-events Whether to print events to stdout
-g, --geometry=GEOMETRY Set window geometry (format: WIDTHxHEIGHT+-X+-Y or maximized)
-V, --version Print the version and exit
--display=DISPLAY X display to use