diff options
-rw-r--r-- | doc/dillo.1 | 5 | ||||
-rw-r--r-- | src/dillo.cc | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/dillo.1 b/doc/dillo.1 index fd6ea885..6102a823 100644 --- a/doc/dillo.1 +++ b/doc/dillo.1 @@ -1,4 +1,4 @@ -.TH dillo 1 "May 17, 2009" "version 2.1" "USER COMMANDS" +.TH dillo 1 "May 19, 2009" "version 2.1" "USER COMMANDS" .SH NAME dillo \- web browser .SH SYNOPSIS @@ -41,8 +41,7 @@ Don't load images for these URL(s). Display version info and exit. .TP \fB\-x\fR, \fB\-\-xid \fIXID\fR -(DOES NOT WORK YET) Open first Dillo window in an existing GtkSocket which -window ID is XID (decimal). +Open first Dillo window in an existing window whose window ID is XID (decimal). .SH EXIT STATUS .TP .B -1 diff --git a/src/dillo.cc b/src/dillo.cc index 6a3b938b..53fae4d3 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -84,9 +84,8 @@ static const CLI_options Options[] = { {"-v", "--version", 0, DILLO_CLI_VERSION, " -v, --version Display version info and exit."}, {"-x", "--xid", 1, DILLO_CLI_XID, - " -x, --xid XID (DOES NOT WORK YET)\n" - " Open first Dillo window in an existing\n" - " GtkSocket which window ID is XID (decimal)."}, + " -x, --xid XID Open first Dillo window in an existing\n" + " window whose window ID is XID (decimal)."}, {NULL, NULL, 0, DILLO_CLI_NONE, NULL} }; |