Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.RE
.PP
-.IP "\fBset-session\fP NAME"
-.nf
+.PP
+\fBset-session\fP NAME [OPTIONS]
+.RS
Set current session name
Will change the session name in the .lttngrc file.
-.fi
.B OPTIONS:
-.nf
-\-h, \-\-help
- Show summary of possible options and commands.
-\-\-list-options
- Simple listing of options
-.fi
-
-.IP
+.TP
+.BR "\-h, \-\-help"
+Show summary of possible options and commands.
+.TP
+.BR "\-\-list-options"
+Simple listing of options
+.RE
+.PP
.IP "\fBsnapshot\fP ACTION"
.nf
*/
static void usage(FILE *ofp)
{
- fprintf(ofp, "usage: lttng set-session NAME\n");
+ fprintf(ofp, "usage: lttng set-session NAME [OPTIONS]\n");
fprintf(ofp, "\n");
fprintf(ofp, "Options:\n");
fprintf(ofp, " -h, --help Show this help\n");