aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 188ccf6ae..deb5c57e2 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -1061,7 +1061,7 @@ static void handle_options(int argc, char** argv)
{0, 0, 0, 0}
};
- c = getopt_long(argc, argv, "hc:n:d:sar:p:f:t:C:RL:",
+ c = getopt_long(argc, argv, "hc:n:d:sar:p:f:t:C:RL:l:",
long_options, &option_index);
if (c == -1)
break;