cli: Remove support for --key and --value arguments
[deliverable/babeltrace.git] / doc / man / babeltrace-run.1.txt
index 2c662295745a5f35ae0b8c93f7f7c1e9f31c5f23..686bd8182d4b8030266386ceb3bdaf8e2198ad4e 100644 (file)
@@ -93,11 +93,6 @@ opt:--params='PARAMS'::
 +
 See <<params-fmt,Parameters format>> 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
This page took 0.024491 seconds and 5 git commands to generate.