X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fali.c;h=61ab6b214f7f42a218f5ee8c30eaa53728196eb0;hb=57cd23b8807fa351800ba7277c5636a133241166;hp=8513092c461d37a09d8fdafe54f1b1c3e7d33193;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/ali.c b/uip/ali.c index 8513092..61ab6b2 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -2,8 +2,6 @@ /* * ali.c -- list nmh mail aliases * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -89,10 +87,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [switches] aliases ...", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version (invo_name); - done (1); + done (0); case ALIASW: if (!(cp = *argp++) || *cp == '-')