From 0ac9f5ab199e03ff8f6e5914437cb14d25171058 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 22 Mar 2012 14:59:24 +0100 Subject: [PATCH] Updated message, as `install-mh' had been replaced by `mmh'. --- sbr/context_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } } -- 1.7.10.4