From 6470f895fdfa745b977b4a93cfafd211298b5ebf Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Tue, 13 Feb 2007 21:00:21 +0100 Subject: [PATCH] Actually take the -N short option. --- jam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam.c b/jam.c index 18839c8..656be4d 100644 --- 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); -- 2.39.2