X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc28e9494cfcba39ae69d1fa441500a32b49416e..78f92ad1e59e5953d07b48aa6fbb7eadce149bd9:/uip/mhbuild.c diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 58b37c4e..a0903c57 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -46,7 +46,7 @@ X("version", 0, VERSIONSW) \ X("help", 0, HELPSW) \ X("debug", -5, DEBUGSW) \ - X("dist", -4, DISTSW) \ + X("dist", 0, DISTSW) \ #define X(sw, minchars, id) id, DEFINE_SWITCH_ENUM(MHBUILD);