doc: Rename to babeltrace2
[babeltrace.git] / doc / man / common-cmd-params-format.txt
index c3ee8d4fe7e0846bedcbc1384752655035eb1985..c8cefc0e8cd00db728eeda592387a6631e235dd9 100644 (file)
@@ -21,7 +21,7 @@ list of `NAME=VALUE` assignments:
 * `false`, `FALSE`, `no`, `NO`: false boolean value.
 
 * Binary (`0b` prefix), octal (`0` prefix), decimal, or hexadecimal
-  (`0x` prefix) signed 64-bit integer.
+  (`0x` prefix) unsigned (with `+` prefix) or signed 64-bit integer.
 
 * Double precision floating point number (scientific notation is
   accepted).
@@ -31,6 +31,9 @@ list of `NAME=VALUE` assignments:
 
 * Double-quoted string (accepts escape characters).
 
+* Array, formatted as an opening `[`, a list of comma-separated values
+  (as described by the current list) and a closing `]`.
+
 You may put whitespaces around the individual `=` (assignment) and `,`
 (separator) characters.
 --
@@ -38,10 +41,11 @@ You may put whitespaces around the individual `=` (assignment) and `,`
 Example:
 
 ----
-babeltrace ... --params='many=null, fresh=yes, condition=false,
-                         squirrel=-782329, observe=3.14,
+babeltrace2 ... --params='many=null, fresh=yes, condition=false,
+                         squirrel=-782329, play=+23, observe=3.14,
                          simple=beef, needs-quotes="some string",
-                         escape.chars-are:allowed="a \" quote"'
+                         escape.chars-are:allowed="a \" quote",
+                         things=[1, "2", 3]'
 ----
 
 IMPORTANT: Like in the example above, make sure to single-quote the
This page took 0.030033 seconds and 4 git commands to generate.