X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpick.c;h=65a9091ee1e46073efa3545176f9ccd41f8d893c;hb=945aa62b814966a1266a5524bd089a74e0999cd1;hp=fb34285627e761ab6c2a56ae12f5bb52704b7fd6;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;p=mmh diff --git a/uip/pick.c b/uip/pick.c index fb34285..65a9091 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 } };