summaryrefslogtreecommitdiffstats
path: root/x11vnc/help.c
diff options
context:
space:
mode:
authorrunge <runge>2006-04-26 15:37:43 +0000
committerrunge <runge>2006-04-26 15:37:43 +0000
commit3c80351a1c131914dea7188fbd51d2af4606f527 (patch)
tree1bfbedf1d54b18ff6e2d1fe841677a26d417cdbd /x11vnc/help.c
parent6a6ccc8c588498cc645a407fbbd7421e432b3803 (diff)
downloadlibtdevnc-3c80351a.tar.gz
libtdevnc-3c80351a.zip
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r--x11vnc/help.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c
index a1a3a33..1986e7e 100644
--- a/x11vnc/help.c
+++ b/x11vnc/help.c
@@ -2891,7 +2891,9 @@ void xopen_display_fail_message(char *disp) {
fprintf(stderr, " by the -auth option, e.g.:\n");
fprintf(stderr, " x11vnc -auth /home/someuser/.Xauthority"
" -display :0\n");
- fprintf(stderr, " you must have read permission for that file.\n");
+ fprintf(stderr, " x11vnc -auth /tmp/.gdmzndVlR"
+ " -display :0\n");
+ fprintf(stderr, " you must have read permission for the auth file.\n");
fprintf(stderr, "\n");
fprintf(stderr, " - If NO ONE is logged into an X session yet, but"
" there is a greeter login\n");