X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8563731b02ce9d750806f6b1769af8b399d964e8..da6af9633e4ecdc19b1ee01de023fa4dfe615c39:/uip/ali.c diff --git a/uip/ali.c b/uip/ali.c index d03d7173..c6003879 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -3,12 +3,16 @@ * 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. */ #include #include #include -#include +#include /* * maximum number of names @@ -35,7 +39,7 @@ static struct swit switches[] = { #define VERSIONSW 8 { "version", 0 }, #define HELPSW 9 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };