Message ID | 20180430213107.10666-3-aring@mojatatu.com |
---|---|
State | RFC, archived |
Delegated to: | Jérémie Galarneau |
Headers | show |
Series | fs-src: add metadata-src parameter | expand |
diff --git a/doc/man/babeltrace-source.ctf.fs.7.txt b/doc/man/babeltrace-source.ctf.fs.7.txt index 74b08b67..e9da83cf 100644 --- a/doc/man/babeltrace-source.ctf.fs.7.txt +++ b/doc/man/babeltrace-source.ctf.fs.7.txt @@ -131,6 +131,13 @@ parameter. param:path='PATH' (string, mandatory):: Path to the directory to recurse for CTF traces. +param:metadata-src (string):: + Path to search for metadata file. ++ +You can combine this parameter with the param:path parameter. Every file in +a subdirectory which don't have subdirectories of param:path will be handled +as ctf stream data. + PORTS -----
Signed-off-by: Alexander Aring <aring at mojatatu.com> --- doc/man/babeltrace-source.ctf.fs.7.txt | 7 +++++++ 1 file changed, 7 insertions(+)