diff options
Diffstat (limited to 'irbox.c')
-rw-r--r-- | irbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ main (int argc, char *argv[]) const char* data_dir_name = 0; struct sigaction act; - while ((c = getopt(argc, argv, "s:b:n:p:")) != EOF) + while ((c = getopt(argc, argv, "s:b:n:p:d:")) != EOF) switch (c) { case 'b': bport = atoi(optarg) ; |