]> git.marmaro.de Git - mmh/blobdiff - uip/msgchk.c
Clarified description of clobber -auto/-suffix per Ralph's suggestion.
[mmh] / uip / msgchk.c
index 4cfb5988206662f45f76f3bc6aafe71c15bcb97c..3654995b381516df80e5b3e535d2480fe6a563d4 100644 (file)
@@ -106,9 +106,6 @@ main (int argc, char **argv)
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;
 
-    if ((cp = getenv ("MHPOPDEBUG")) && *cp)
-       snoop++;
-
     while ((cp = *argp++)) {
        if (*cp == '-') {
            switch (smatch (++cp, switches)) {
@@ -122,10 +119,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] [users ...]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DATESW:
                    datesw++;