From: Philippe Proulx Date: Fri, 3 Apr 2020 02:46:40 +0000 (-0400) Subject: lttng-sessiond(8): sort the option list by long option name X-Git-Tag: v2.13.0-rc1~671 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6a0e3480d14f8691ea30855d1895e073bffc57d0;hp=7b7920c849e695ea0be79694b6bbfac1ada063e6 lttng-sessiond(8): sort the option list by long option name Signed-off-by: Philippe Proulx Change-Id: Icaeabbb95fa650c059f208b1808f0b2cf3202117 Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index e84c70b92..deda68c64 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -99,14 +99,14 @@ option:-b, option:--background:: Use the option:--daemonize option instead to close the file descriptors. +option:-f, option:--config='PATH':: + Load session daemon configuration from path 'PATH'. + option:-d, option:--daemonize:: Start as Unix daemon, and close file descriptors (console). Use the option:--background option instead to keep the file descriptors open. -option:-f, option:--config='PATH':: - Load session daemon configuration from path 'PATH'. - option:-g, option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`).