X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fanno.c;h=7ede7e0558531b3ca489a2ff14fb76bef6d1a72b;hp=fe0d65f294d75c5dbe10ea2bfa7a56e41cb0f0c9;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=d54c8db8bdf01e8381890f7729bc0ef4a055ea11 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) {