From f6ff6f24d83714a0e51b9c3b1651216ee0bb0c2e Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Tue, 13 Jun 2023 11:38:22 +0000
Subject: [PATCH] Options.cxx: Change shortflag to -L for log file.

---
 algo/base/Options.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/algo/base/Options.cxx b/algo/base/Options.cxx
index 36e2c1eda8..2cdc945bbd 100644
--- a/algo/base/Options.cxx
+++ b/algo/base/Options.cxx
@@ -54,7 +54,7 @@ Options::Options(int argc, char** argv)
       "set log level (debug, info, warning, error, fatal)")
     ("monitor,m", po::value(&fMonitorUri)->value_name("<uri>")->implicit_value("file:cout"),
       "URI specifying monitor output (e.g. file:/tmp/monitor.txt, influx1:login:8086:cbmreco_status). Prints to cout when no argument is given. Monitor is disabled when flag is not set.")
-    ("log-file,f", po::value(&fLogFile)->value_name("<file>"),
+    ("log-file,L", po::value(&fLogFile)->value_name("<file>"),
       "write log messages to file")
     ("num-ts,n", po::value<int>(&fNumTimeslices)->default_value(-1)->value_name("<num>"),
       "Stop after <num> timeslices (-1 = all)")
-- 
GitLab