Docs: change --clock-raw to --clock-cycles
[babeltrace.git] / doc / babeltrace.1
index 319629909a34ce462e93531c7c403c2bfd10d1d4..ceecef9e2e17fbf4945c545073f1ba373116db64 100644 (file)
@@ -14,7 +14,7 @@ babeltrace [OPTIONS] FILE...
 .PP
 Babeltrace is a trace viewer and converter reading and writing the
 Common Trace Format (CTF). Its main use is to pretty-print CTF traces
 .PP
 Babeltrace is a trace viewer and converter reading and writing the
 Common Trace Format (CTF). Its main use is to pretty-print CTF traces
-into a human-readable text output.
+into a human-readable text output ordered by time.
 
 .PP
 This program follow the usual GNU command line syntax with long options
 
 .PP
 This program follow the usual GNU command line syntax with long options
@@ -29,7 +29,7 @@ Input trace FILE(s) or directory(ies)
 Output trace path (default: stdout)
 .TP
 .BR "-i, --input-format FORMAT"
 Output trace path (default: stdout)
 .TP
 .BR "-i, --input-format FORMAT"
-Input trace format (default: ctf)
+Input trace format (default: ctf). CTF is currently the only supported input format.
 .TP
 .BR "-o, --output-format FORMAT"
 Output trace format (default: text)
 .TP
 .BR "-o, --output-format FORMAT"
 Output trace format (default: text)
@@ -57,7 +57,7 @@ Print field names: (payload OR args OR arg), none, all, scope, header,
 Print additional fields: all, trace, trace:hostname, trace:domain,
 trace:procname, trace:vpid, loglevel.
 .TP
 Print additional fields: all, trace, trace:hostname, trace:domain,
 trace:procname, trace:vpid, loglevel.
 .TP
-.BR "--clock-raw"
+.BR "--clock-cycles"
 Disregard internal clock offset (use raw value)
 .TP
 .BR "--clock-offset seconds"
 Disregard internal clock offset (use raw value)
 .TP
 .BR "--clock-offset seconds"
@@ -97,7 +97,8 @@ babeltrace-log(1), lttng(1), lttng-ust(3), lttng-sessiond(8)
 .SH "BUGS"
 
 .PP
 .SH "BUGS"
 
 .PP
-No known bugs at this point.
+The lttng-live plugin does not honor the the "--output" command line
+option.
 
 If you encounter any issues or usability problem, please report it on
 our mailing list <lttng-dev@lists.lttng.org> to help improve this
 
 If you encounter any issues or usability problem, please report it on
 our mailing list <lttng-dev@lists.lttng.org> to help improve this
This page took 0.024153 seconds and 4 git commands to generate.