cli: Remove support for --key and --value arguments
[deliverable/babeltrace.git] / doc / man / babeltrace-convert.1.txt
index 03b843bf6ca12bceb26ec62664e4fce3e2b19389..aefc4c17ebb147f12e4455410c8e3254b3bfd9d1 100644 (file)
@@ -133,7 +133,7 @@ It is equivalent to the following command:
 [role="term"]
 ----
 $ babeltrace run --component=ctf-fs:src.ctf.fs \
-                 --key=path --value=/path/to/trace \
+                 --params=path=/path/to/trace \
                  --component=pretty:sink.text.pretty \
                  --component=muxer:filter.utils.muxer \
                  --connect=ctf-fs:muxer --connect=muxer:pretty
@@ -397,13 +397,13 @@ is:
 [role="term"]
 ----
 $ babeltrace run --component=src-ctf-fs:src.ctf.fs \
-                 --key=path --value=/path/to/input/trace \
+                 --params=path=/path/to/input/trace \
                  --component=sink-ctf-fs:sink.ctf.fs \
-                 --key=path --value=out-dir \
+                 --params=path=out-dir \
                  --component=muxer:flt.utils.muxer \
                  --component=trimmer:flt.utils.trimmer \
-                 --key=begin --value=22:14:38 \
-                 --key=end --value=22:15:07 \
+                 '--params=begin="22:14:38"' \
+                 '--params=end="22:15:07"' \
                  --component=dbginfo:flt.lttng-utils.debug-info \
                  --connect=src-ctf-fs:muxer --connect=muxer:trimmer \
                  --connect=trimmer:dbg-info \
This page took 0.035607 seconds and 5 git commands to generate.