aboutsummaryrefslogtreecommitdiff
path: root/eperd/eperd.c
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-05-06 15:14:16 +0200
committerBjørn Mork <bjorn@mork.no>2016-05-06 15:14:16 +0200
commit729eb50738777d6dbc27f81d854c824b32bebb05 (patch)
tree814244efc5505d1d5096557c9cb65787dd3a3cd6 /eperd/eperd.c
parent7f8d8aa7a9e542524e9edfcca1fe1220abbf8e40 (diff)
ripe-atlas-fw: imported version 47304730
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'eperd/eperd.c')
-rw-r--r--eperd/eperd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eperd/eperd.c b/eperd/eperd.c
index 464cd6c..9c602c6 100644
--- a/eperd/eperd.c
+++ b/eperd/eperd.c
@@ -269,7 +269,7 @@ int eperd_main(int argc UNUSED_PARAM, char **argv)
/* "-b after -f is ignored", and so on for every pair a-b */
opt_complementary = "f-b:b-f:S-L:L-S" USE_FEATURE_PERD_D(":d-l")
- "i:+:l+:d+"; /* -i, -l and -d have numeric param */
+ ":i+:l+:d+"; /* -i, -l and -d have numeric param */
opt = getopt32(argv, "i:l:L:fc:A:DP:" USE_FEATURE_PERD_D("d:") "O:",
&instance_id, &LogLevel, &LogFile, &CDir,
&atlas_id, &PidFileName