Dropped old show(1) and renamed mhshow(1) to show(1).
[mmh] / uip / mhshow.c
index fa7f256..54aa78d 100644 (file)
@@ -156,7 +156,7 @@ main(int argc, char **argv)
 
                        case FILESW:
                                if (mode != SHOW) {
-                                       adios(NULL, "Either call mhshow as `%s' or use -file", invo_name);
+                                       adios(NULL, "Either call show as `%s' or use -file", invo_name);
                                }
 
                                if (!(cp = *argp++) || (*cp == '-' && cp[1]))
@@ -191,7 +191,7 @@ main(int argc, char **argv)
                        else
                                folder = getcpy(expandfol(cp));
                } else if (mode != SHOW) {
-                       adios(NULL, "Either call mhshow as `%s' or give message arguments", invo_name);
+                       adios(NULL, "Either call show as `%s' or give message arguments", invo_name);
                } else {
                        app_msgarg(&msgs, cp);
                }