X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.c;h=bc7577d77db148d508614e2a3d2929e1bdfeddb1;hp=c4443e7fb22c8e60d285bcb10dc1952f6e82c1a1;hb=8c42d8454516c418e666aa9f96eaa261bb65b748;hpb=dcf266c050443412ec370bf86ddb3fddd2809eb9 diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index c4443e7fb..bc7577d77 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -81,6 +81,7 @@ static struct cmd_struct commands[] = { { "view", cmd_view}, { "snapshot", cmd_snapshot}, { "save", cmd_save}, + { "load", cmd_load}, { "enable-consumer", cmd_enable_consumer}, /* OBSOLETE */ { "disable-consumer", cmd_disable_consumer}, /* OBSOLETE */ { NULL, NULL} /* Array closure */ @@ -120,6 +121,7 @@ static void usage(FILE *ofp) fprintf(ofp, " version Show version information\n"); fprintf(ofp, " view Start trace viewer\n"); fprintf(ofp, " save Save session configuration\n"); + fprintf(ofp, " load Load session configuration\n"); fprintf(ofp, "\n"); fprintf(ofp, "Each command also has its own -h, --help option.\n"); fprintf(ofp, "\n");