Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / mhbuild.c
index 67b2e0e..12e6548 100644 (file)
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define NVERBSW  1
        { "noverbose", 0 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
 #define DEBUGSW  4