X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c9700d8d045f3ff26ce5dd2a174454dafc14822..d3a300121b033551031ffbdaa9202fb4aa4453f3:/uip/pick.c diff --git a/uip/pick.c b/uip/pick.c index fb342856..65a9091e 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -3,10 +3,14 @@ * pick.c -- search for messages by content * * $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 /* @@ -64,7 +68,7 @@ static struct swit switches[] = { #define VERSIONSW 22 { "version", 0 }, #define HELPSW 23 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };