summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index 03d99c7..53d5398 100755
--- a/bin/efa
+++ b/bin/efa
@@ -85,8 +85,9 @@ sub handle_efa_exception {
if ( $e->isa('Travel::Routing::DE::EFA::Exception::Setup') ) {
if ( $e->message ) {
printf STDERR (
- "User error: %s (option '%s'): %s\n",
- $e->description, $e->option, $e->message
+ "User error: %s (option '%s'): %s%s\n",
+ $e->description, $e->option, $e->message,
+ $e->have ? q{ "} . $e->have . q{"} : q{},
);
}
else {