X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/264318e5898da32e9a0e3ec2b4c69185db89bb8a..78c6358d8c8c1ee74bf65c672d958e4eae17ee37:/uip/repl.c?ds=inline diff --git a/uip/repl.c b/uip/repl.c index d3a8d078..b1c0782f 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -3,6 +3,10 @@ * repl.c -- reply to a message * * $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 @@ -62,7 +66,7 @@ static struct swit switches[] = { #define VERSIONSW 25 { "version", 0 }, #define HELPSW 26 - { "help", 4 }, + { "help", 0 }, #define FILESW 27 { "file file", 4 }, /* interface from msh */