X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Fbabeltrace-run.1.txt;h=686bd8182d4b8030266386ceb3bdaf8e2198ad4e;hb=6f4827a397e6b3a4310a7853fda465ab9c9765e4;hp=2c662295745a5f35ae0b8c93f7f7c1e9f31c5f23;hpb=a78e1f41d784ad026e5ecf9b099e9a5ce120a4e3;p=deliverable%2Fbabeltrace.git diff --git a/doc/man/babeltrace-run.1.txt b/doc/man/babeltrace-run.1.txt index 2c6622957..686bd8182 100644 --- a/doc/man/babeltrace-run.1.txt +++ b/doc/man/babeltrace-run.1.txt @@ -93,11 +93,6 @@ opt:--params='PARAMS':: + See <> for the format of 'PARAMS'. -opt:--key='KEY' followed with opt:--value='VALUE':: - Set the current component's initialization parameter named 'KEY' to - the string value 'VALUE'. If 'KEY' exists in the current component's - initialization parameters, the parameter is replaced. - [[connect-comps]] Connect components @@ -222,10 +217,6 @@ The initial initialization parameters of this component are copied from the current base initialization parameters (see the opt:--base-params option). -opt:--key='KEY':: - Set the current parameter key to 'KEY'. The next opt:--value option - uses this key to add a parameter to the current component. - opt:--name='NAME':: Set the name of the current component to 'NAME'. The names of all the components in the processing graph must be unique. @@ -240,13 +231,6 @@ opt:-r, opt:--reset-base-params:: Reset the current base parameters. You can set the current base parameters with the opt:--base-params option. -opt:-v 'VALUE', opt:--value='VALUE':: - Add a parameter to the current component's initialization parameters - of which the key is the argument of the last opt:--key option and - the string value is 'VALUE'. If the current component's - initialization parameters already contain a key named 'KEY', replace - the parameter. - Component connection ~~~~~~~~~~~~~~~~~~~~ @@ -318,17 +302,6 @@ $ babeltrace run --component=the-source:src.my-plugin.my-src \ ---- ==== -.Use the opt:--key and opt:--value options to set a current component's initialization parameter. -==== -[role="term"] ----- -$ babeltrace run --component=the-source:src.my-plugin.my-src \ - --key=path --value ~/my-traces/the-trace - --component=the-sink:sink.my-plugin.my-sink \ - --connect=the-source:the-sink ----- -==== - .Use the opt:--base-params and opt:--reset-base-params options to set and reset the current base initialization parameters. ==== In this example, the effective initialization parameters of the