lib: prepare the ground for stateful query operations
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index a16fbfceaa4b6d2cff737bddd1eee9ba374c7b4d..49ceca46b2e6a558e43e7ff61c9a64880f25f258 100644 (file)
@@ -22,7 +22,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "CLI-CFG-CLI-ARGS"
+#define BT_LOG_TAG "CLI/CFG-CLI-ARGS"
 #include "logging.h"
 
 #include <errno.h>
@@ -4052,8 +4052,8 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                        break;
                case OPT_STREAM_INTERSECTION:
                        /*
-                        * Applies to all traces implementing the trace-info
-                        * query.
+                        * Applies to all traces implementing the
+                        * babeltrace.trace-info query.
                         */
                        stream_intersection_mode = true;
                        break;
This page took 0.046647 seconds and 4 git commands to generate.