From 7d1f2a01746761d33bd4ff2e4af0ff58599ba051 Mon Sep 17 00:00:00 2001 From: Nicholas Hughart Date: Sat, 30 Aug 2008 19:14:04 +0000 Subject: [PATCH] Correct help message. SVN revision: 35752 --- src/bin/e_remote_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_remote_main.c b/src/bin/e_remote_main.c index 85559754d..0fc3fe189 100644 --- a/src/bin/e_remote_main.c +++ b/src/bin/e_remote_main.c @@ -85,7 +85,7 @@ main(int argc, char **argv) if (!_e_ipc_init()) { printf("ERROR: Enlightenment_remote cannot set up the IPC socket.\n" - "Maybe try the '-display :0.0' option?\n"); + "Try setting DISPLAY=:0 in your environment.\n"); exit(-1); } e_ipc_codec_init();