--- a/install.py Wed Apr 23 18:44:52 2014 +0200 +++ b/install.py Sun Apr 27 19:20:08 2014 +0200 @@ -1102,7 +1102,7 @@ if sys.platform.startswith("win"): optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:") elif sys.platform == "darwin": - optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:p:") + optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:n:p:") else: optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:") except getopt.GetoptError: