From 883dba7d138285315b2c3840bc6f2e23a02a0a27 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Tue, 28 May 2019 14:46:22 +0200
Subject: [PATCH] Added --logfile option to cta-fst-gcd man page

---
 python/eosfstgcd/cta-fst-gcd.1cta | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/python/eosfstgcd/cta-fst-gcd.1cta b/python/eosfstgcd/cta-fst-gcd.1cta
index 046af3f0af..1ababe513f 100644
--- a/python/eosfstgcd/cta-fst-gcd.1cta
+++ b/python/eosfstgcd/cta-fst-gcd.1cta
@@ -39,6 +39,9 @@ filename and then running \fBeos stagerm fxid:<fid-hex>\fP.
 .TP
 \fB\-h, \-\-help
 Prints the usage message.
+.TP
+\fB\-l LOGFILE, \-\-logfile LOGFILE
+Sets the path of the log file to \fBLOGFILE\fP. If not set then the default value of \fB/var/log/eos/fst/cta-fst-gcd\fP is used.
 .SH RETURN VALUE
 Zero on success and non-zero on failure.
 .SH FILES
@@ -48,7 +51,7 @@ The configuration file of the \fBcta-fst-gcd\fP daemon.
 
 .TP
 .B /var/log/eos/fst/cta-fst-gcd.log
-The log file of the \fBcta-fst-gcd\fP daemon.
+The default log file of the \fBcta-fst-gcd\fP daemon.  This can be overriden by using the \fB\-l\fP/\fB\-\-logfile\fP option.
 
 .SH AUTHOR
 \fBCTA\fP Team
-- 
GitLab