From: markus schnalke Date: Thu, 22 Mar 2012 13:59:24 +0000 (+0100) Subject: Updated message, as `install-mh' had been replaced by `mmh'. X-Git-Tag: mmh-thesis-end~242 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=0ac9f5ab199e03ff8f6e5914437cb14d25171058 Updated message, as `install-mh' had been replaced by `mmh'. --- diff --git a/sbr/context_read.c b/sbr/context_read.c index 5733d3f..600efab 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -68,7 +68,7 @@ context_read(void) } else { mmhpath = concat(mypath, "/", mmhdir, NULL); if (stat(mmhpath, &st) == -1 || (st.st_mode & S_IFDIR) == 0) { - adios(NULL, "Doesn't look like mmh is set up for your account. Run `install-mh' to do so."); + adios(NULL, "Doesn't look like mmh is set up for your account. Run `mmh' to do so."); } }