From 926a792a54095088f12535d7f7966c25f909e8ec Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 28 Jun 2016 15:05:09 -0400 Subject: [PATCH] Man: create --template-path Signed-off-by: Jonathan Rajotte --- doc/man/lttng-create.1.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/man/lttng-create.1.txt b/doc/man/lttng-create.1.txt index 14c9b0182..ef68fc6d3 100644 --- a/doc/man/lttng-create.1.txt +++ b/doc/man/lttng-create.1.txt @@ -33,6 +33,11 @@ Live mode: *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* option:--live[='DELAYUS'] [option:--shm-path='PATH'] [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] ['SESSION'] +Template: +[verse] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* option:--template-path='TEMPLATE'] [option:--shm-path='PATH'] + [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] + DESCRIPTION ----------- @@ -223,6 +228,14 @@ option:-U, option:--set-url='URL':: In <> mode, 'URL' must start with `file://` followed by the destination path on the local file system. +TEMPLATE +~~~ +option:--template-path='TEMPLATE':: + Create a session based on the specified template. + Note: The mode selection flag have no effect when combined with the + (option:--template-path option). Other options and arguments overrides + the values present in the template when present. + include::common-cmd-help-options.txt[] -- 2.34.1