X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-destroy.1.txt;fp=doc%2Fman%2Flttng-destroy.1.txt;h=4c610bb492b43bfcaef46c4a1fad731473515fae;hp=457808dab6a185d2705924eb4b2a1a17d4f99ddb;hb=aabf6773ee8aa3e2df44473147e9e999cdeca57a;hpb=2a8d72ed132b6c6034abcbfa76e06aef2358575c diff --git a/doc/man/lttng-destroy.1.txt b/doc/man/lttng-destroy.1.txt index 457808dab..4c610bb49 100644 --- a/doc/man/lttng-destroy.1.txt +++ b/doc/man/lttng-destroy.1.txt @@ -11,7 +11,7 @@ lttng-destroy - Destroy LTTng recording sessions SYNOPSIS -------- [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *destroy* [option:--no-wait] [option:--all | 'SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *destroy* [option:--no-wait] [option:--all | option:--glob 'SESSION' | 'SESSION'] DESCRIPTION @@ -76,6 +76,9 @@ option:-a, option:--all:: man:lttng-list(1), instead of the current recording session or the recording session named 'SESSION'. +option:-g, option:--glob:: + Interpret SESSION as a globbing pattern. + option:-n, option:--no-wait:: Do :not: ensure that the trace data of the recording session(s) to destroy is valid before exiting. @@ -126,6 +129,16 @@ $ lttng destroy --all ---- ==== +.Destroy all recording sessions with the suffix foo. +==== +See the option:--glob option. + +[role="term"] +---- +$ lttng destroy --global '*foo' +---- +==== + include::common-footer.txt[]