aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-09 08:26:48 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-09 08:26:48 +0000
commit578001b151ee86fc8b0396d86c1191c2e040538d (patch)
tree37a1415443816b3b71c0b03ffb7f778e4692c9a6 /src
parent3cf00fb954a0eac0208b8cd9e6e2b5a586d0b1db (diff)
bsc_hack.c: Fix the -l db option (Andreas Eversberg)
Add ':' to indicate an argument will follow -l.
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;