]> git.sesse.net Git - jam/blobdiff - jam.c
Actually take the -N short option.
[jam] / jam.c
diff --git a/jam.c b/jam.c
index 18839c834daaa4ad82ad181f81ddd3be97e42098..656be4da526b8a0eaa82db747315d6d0ffb786b4 100644 (file)
--- a/jam.c
+++ b/jam.c
@@ -114,7 +114,7 @@ void parse_options(int argc, char **argv)
        int option_index = 0;
 
        for ( ;; ) {
-               int c = getopt_long(argc, argv, "s:d:n:p:o", longopts, &option_index); 
+               int c = getopt_long(argc, argv, "s:d:n:N:p:o", longopts, &option_index); 
                switch (c) {
                case 's':
                        read_ip_list(optarg, &sources, &num_sources, &room_sources);