diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 5 |
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} }; |