Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / anno.c
index fe0d65f..7ede7e0 100644 (file)
@@ -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) {