X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-load.1.txt;h=691437dd743811fe6f8a7606deb4c295c5e37531;hp=c82fbf4559b796737ab5a8ebee0cd7c7e62206f9;hb=e6a39346997db7e1d40026b2cc10be5893723eb3;hpb=54c28cda00484ca13711a1cf7b5565a8560be6e5 diff --git a/doc/man/lttng-load.1.txt b/doc/man/lttng-load.1.txt index c82fbf455..691437dd7 100644 --- a/doc/man/lttng-load.1.txt +++ b/doc/man/lttng-load.1.txt @@ -1,5 +1,6 @@ lttng-load(1) ============= +:revdate: 28 November 2016 NAME @@ -11,7 +12,7 @@ SYNOPSIS -------- [verse] *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *load* [option:--force] [option:--input-path='PATH'] - [option:--override-url='URL'] [option:--override-name='NAME'] ['SESSION'] + [option:--override-url='URL'] ['SESSION' [option:--override-name='NAME']] DESCRIPTION @@ -71,21 +72,27 @@ option:-a, option:--all:: option:-f, option:--force:: Overwrite existing tracing sessions when loading. -option:-i, option:--input-path='PATH':: +option:-i 'PATH', option:--input-path='PATH':: Load tracing session configurations from 'PATH', either a directory or a file, instead of loading them from the default search directories. -option:--override-url:: - Provides the equivalent of the option:--set-url option - of the man:lttng-create(1) command. The validity of the url override is - dependent of the type of session(s) to be loaded. Refer to - man:lttng-create(1) for the accepted URL format. This option applies - to all sessions loaded. - option:--override-name='NAME':: - Set the session name to NAME. This option is invalid in combination with - the --all option. + Override the name of the loaded tracing session configuration, + 'SESSION', with 'NAME'. ++ +You must specify a tracing session name to load ('SESSION') and :not: +use the option:--all option when using this option. + +option:--override-url='URL':: + Override the URL of the loaded tracing session configurations + with 'URL'. ++ +This is the equivalent of the nloption:--set-url option of +man:lttng-create(1). The validity of the URL override depends on the +type of tracing session configurations to load. This option applies to +_all_ the loaded tracing session configurations. + include::common-cmd-help-options.txt[]