summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index dd8019e..5936ad1 100755
--- a/bin/efa
+++ b/bin/efa
@@ -165,6 +165,7 @@ GetOptions(
bike|b
date|d=s
depart=s
+ devmode
discover|D
efa-url|u=s
exclude|e=s@
@@ -274,7 +275,8 @@ if ( $opt->{discover} or $opt->{'auto-url'} ) {
max_interchanges => $opt->{'max-change'},
num_results => $opt->{'num-connections'},
- lwp_options => { timeout => $opt->{timeout} },
+ developer_mode => $opt->{devmode},
+ lwp_options => { timeout => $opt->{timeout} },
);
};
if ($efa) {
@@ -314,7 +316,8 @@ else {
max_interchanges => $opt->{'max-change'},
num_results => $opt->{'num-connections'},
- lwp_options => { timeout => $opt->{timeout} },
+ developer_mode => $opt->{devmode},
+ lwp_options => { timeout => $opt->{timeout} },
);
};
}