X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=1612717d8d68ed97ace4095e7f6999f6a1e0a682;hb=ad3d5c36b428d68a3a2cad85168ec90bf25c8932;hp=b40537c078a2255a15d68f695e04258fd0f8cf45;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/uip/scan.c b/uip/scan.c index b40537c..1612717 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -3,13 +3,17 @@ * scan.c -- display a one-line "scan" listing of folder or 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 +#include +#include #include /* @@ -43,7 +47,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };