X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..b93692cdcea35c835fcbc3617f80decd545ca3b2:/uip/prompter.c diff --git a/uip/prompter.c b/uip/prompter.c index fa1bfae8..79e0eb79 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -56,7 +56,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -397,7 +397,7 @@ no_body: unlink (tmpfil); context_save (); /* save the context file */ - done (0); + return done (0); }