summaryrefslogtreecommitdiff
path: root/src/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cc')
-rw-r--r--src/session.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/session.cc b/src/session.cc
index a1ff4892..fad51da3 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -182,6 +182,9 @@ option_t<session_t> * session_t::lookup_option(const char * p)
case 'i':
OPT(input_date_format_);
break;
+ case 'l':
+ OPT(leeway_);
+ break;
case 'p':
OPT(price_db_);
break;