X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fdp.c;h=ab441418b1f565608fa1294fd367e7db88cb13e3;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=0041198a095a1e29740f766ab454b9a8252f162d;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/dp.c b/uip/dp.c index 0041198..ab44141 100644 --- a/uip/dp.c +++ b/uip/dp.c @@ -26,7 +26,7 @@ static struct swit switches[] = { #define VERSIONSW 3 { "version", 0 }, #define HELPSW 4 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -132,7 +132,7 @@ main (int argc, char **argv) status += process (dates[datep], width); context_save (); /* save the context file */ - done (status); + return done (status); }