From 6ab3f69a34e528531e60627607b068ea3e43f268 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 22 May 2018 14:25:32 -0400 Subject: [PATCH] Docs: relayd: document the --working-directory/-w option in man page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- doc/man/lttng-relayd.8.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index 2f41ec29b..41ca48d77 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -14,6 +14,7 @@ SYNOPSIS *lttng-relayd* [option:--background | option:--daemonize] [option:--control-port='URL'] [option:--data-port='URL'] [option:--live-port='URL'] [option:--output='PATH'] [option:-v | option:-vv | option:-vvv] + [option:--working-directory='PATH'] DESCRIPTION @@ -115,6 +116,9 @@ option:-o 'PATH', option:--output='PATH':: See the <> section above for more information. +option:-w 'PATH', option:--working-directory='PATH':: + Set the working directory of the processes this relay daemon creates. + option:-v, option:--verbose:: Increase verbosity. + -- 2.34.1