X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Flttng.c;h=34816be561afcc5f8b431d124383b786aec6fcc8;hb=eded6438f3b15eccc391525f653e03293a890d32;hp=987a9dda352c4520eeee4815cc3bd4eee0ab6728;hpb=b38afa27d40eaec3c632cbcd3a9f8421f8cea65d;p=lttng-tools.git diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index 987a9dda3..34816be56 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -88,6 +88,7 @@ static struct cmd_struct commands[] = { { "help", NULL}, { "version", cmd_version}, { "view", cmd_view}, + { "regenerate", cmd_regenerate}, { NULL, NULL} /* Array closure */ };