aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-19 12:32:07 +0000
committercorvid <corvid@lavabit.com>2009-05-19 12:32:07 +0000
commit4dfa62f78e5456fba688ff83c7d12f4f9a56c519 (patch)
treec9540bc37889e37cc4592baf81631048fabd6092 /src/dillo.cc
parentc8ba5d1d7441159389813e8c7588da296eef7275 (diff)
update documentation on xid
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc5
1 files changed, 2 insertions, 3 deletions
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}
};