X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fdist.c;h=58ca45e5f1f7f408c4b69d07420e177f6340a925;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=1fb17413f9c820896c542f6b5fbaceac4834b15a;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/dist.c b/uip/dist.c index 1fb1741..58ca45e 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -36,7 +36,7 @@ static struct swit switches[] = { #define VERSIONSW 12 { "version", 0 }, #define HELPSW 13 - { "help", 4 }, + { "help", 0 }, #define FILESW 14 { "file file", -4 }, /* interface from msh */ { NULL, 0 } @@ -287,5 +287,5 @@ try_it_again: done (0); what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp, anot ? "Resent" : NULL, inplace, cwd); - done (1); + return done (1); }