Correct help message.

SVN revision: 35752
This commit is contained in:
Nicholas Hughart 2008-08-30 19:14:04 +00:00
parent 4ac833a7f3
commit 7d1f2a0174
1 changed files with 1 additions and 1 deletions

View File

@ -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();