diff options
author | chatty | 1999-01-25 18:05:06 +0000 |
---|---|---|
committer | chatty | 1999-01-25 18:05:06 +0000 |
commit | dccdfba1ce1748c085d71f228697fbfbeb01edaf (patch) | |
tree | aebb77f6a92b8c2ae8032d4723f3354b88e64f41 /irbox.c | |
parent | 062379df1d264a35083cdd586ffbca6a91412f00 (diff) | |
download | irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.zip irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.gz irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.bz2 irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.xz |
Option -d was badly handled
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) ; |