Man: create --template-path
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 28 Jun 2016 19:05:09 +0000 (15:05 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Jul 2016 19:42:28 +0000 (15:42 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
doc/man/lttng-create.1.txt

index 14c9b0182f139c86b3418dd0c520e98b5c189469..ef68fc6d38fee54746db197bca7161996da8ab33 100644 (file)
@@ -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 <<local-mode,local>> 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[]
 
This page took 0.028133 seconds and 5 git commands to generate.