diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 4 |
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"); |