Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ic34f148f061999b90ad47df8efc5c1db2d07f762
lttng-remove-trigger(1)
=======================
-:revdate: 29 April 2021
+:revdate: 17 May 2021
NAME
user. If your Unix user is `root`, you can remove the trigger of another
user with the option:--owner-uid option.
+See the <<examples,EXAMPLES>> section below for usage examples.
+
OPTIONS
-------
include::common-lttng-cmd-after-options.txt[]
+[[examples]]
+EXAMPLES
+--------
+.Remove a trigger.
+====
+[role="term"]
+----
+$ lttng remove-trigger my-trigger
+----
+====
+
+.Remove a trigger as another Unix user.
+====
+The command line below removes a trigger as the `mireille` Unix user.
+
+Your Unix user must be `root` to use the option:--owner-uid option.
+
+[role="term"]
+----
+$ lttng remove-trigger --owner-uid=$(id --user mireille) \
+ my-trigger
+----
+====
+
+
include::common-footer.txt[]