Updated the TODO file.
[mmh] / uip / install-mh.c
index c484771..2cf9081 100644 (file)
@@ -61,10 +61,10 @@ main (int argc, char **argv)
                case HELPSW:
                    snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case AUTOSW:
                    autof++;