]> git.marmaro.de Git - mmh/commitdiff
Updated message, as `install-mh' had been replaced by `mmh'.
authormarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 13:59:24 +0000 (14:59 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 13:59:24 +0000 (14:59 +0100)
sbr/context_read.c

index 5733d3fa088592ab0b28d9c9110be44e1985521e..600efab2b754f5b9c8c6024ede62a4eaf10e0889 100644 (file)
@@ -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.");
                }
        }