summaryrefslogtreecommitdiffstats
path: root/x11vnc/appshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/appshare.c')
-rw-r--r--x11vnc/appshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/appshare.c b/x11vnc/appshare.c
index 14d2712..fc3c29e 100644
--- a/x11vnc/appshare.c
+++ b/x11vnc/appshare.c
@@ -1925,7 +1925,7 @@ int appshare_main(int argc, char *argv[]) {
id_opt = "-sid";
if (end) exiter("no -sid value supplied\n", 1);
app_str = strdup(argv[++i]);
- } else if (!strcmp(s, "-connect") || !strcmp(s, "-connect_or_exit")) {
+ } else if (!strcmp(s, "-connect") || !strcmp(s, "-connect_or_exit") || !strcmp(s, "-coe")) {
if (end) exiter("no -connect value supplied\n", 1);
connect_to = strdup(argv[++i]);
} else if (!strcmp(s, "-control")) {