X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/264318e5898da32e9a0e3ec2b4c69185db89bb8a..d3a300121b033551031ffbdaa9202fb4aa4453f3:/uip/forw.c diff --git a/uip/forw.c b/uip/forw.c index cff49c73..e842d269 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -3,12 +3,16 @@ * forw.c -- forward a message, or group of messages. * * $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 #define IFORMAT "digest-issue-%s" @@ -62,7 +66,7 @@ static struct swit switches[] = { #define VERSIONSW 22 { "version", 0 }, #define HELPSW 23 - { "help", 4 }, + { "help", 0 }, #define FILESW 24 { "file file", 4 }, /* interface from msh */