cli: mention path separator for Windows in comment
[babeltrace.git] / src / cli / babeltrace2-cfg.c
index 4ab27b0b6a2d0917cb6495f43b67f580dc824df2..21a5ea17b8b30e5332bc15bfef4892b15bf32c6e 100644 (file)
@@ -34,8 +34,8 @@ void destroy_gstring(void *data)
 }
 
 /*
- * Extracts the various paths from the string arg, delimited by ':',
- * and appends them to the array value object plugin_paths.
+ * Extracts the various paths from the string arg, delimited by ':' on UNIX,
+ * ';' on Windows, and appends them to the array value object `plugin_paths`.
  */
 int bt_config_append_plugin_paths(
                bt_value *plugin_paths, const char *arg)
This page took 0.024095 seconds and 4 git commands to generate.