X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fanno.c;h=7ede7e0558531b3ca489a2ff14fb76bef6d1a72b;hb=ac2834b4173be67edde1334819d3d3c16e4d484e;hp=fe0d65f294d75c5dbe10ea2bfa7a56e41cb0f0c9;hpb=d54c8db8bdf01e8381890f7729bc0ef4a055ea11;p=mmh diff --git a/uip/anno.c b/uip/anno.c index fe0d65f..7ede7e0 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -30,7 +30,7 @@ static struct swit switches[] = { #define TEXTSW 3 { "text body", 0 }, #define VERSIONSW 4 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 5 { "help", 0 }, #define LISTSW 6 @@ -188,7 +188,7 @@ main(int argc, char **argv) } } - if (file && (folder || !msgs.size)) { + if (file && (folder || msgs.size)) { adios(NULL, "Don't intermix files and messages."); } if (!datesw && !text) {