Do not leave core files on "umkpasswd --help".
[ircu2.10.12-pk.git] / ircd / umkpasswd.c
index 27668bfea9e89d2efc8796f4f037eba5cca31d84..d3ef4e5b2fa9e400963109f756ad6fe534628447 100644 (file)
@@ -400,7 +400,7 @@ const char* options = "a:d:lm:u:y:5:";
    default:
     /* unknown option - spit out syntax and b0rk */
     show_help();
-    abort();
+    exit(1);
    break;
   }
  }