From 729eb50738777d6dbc27f81d854c824b32bebb05 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Fri, 6 May 2016 15:14:16 +0200 Subject: ripe-atlas-fw: imported version 4730 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- eperd/eperd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eperd/eperd.c') 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 -- cgit v1.2.3