From 651adb86f32459e91d03a2ead36eb147ac2eea77 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 29 Jul 2013 15:22:41 -0400 Subject: [PATCH] bash completion: Remove --event for add-context --event has been remove in 601d5acf42ebdb05ff8aa19f12fd9bdad3602781. Reported-by: Daniel U. Thibault Signed-off-by: Simon Marchi --- extras/lttng-bash_completion | 3 --- 1 file changed, 3 deletions(-) diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index b515be08d..efd5f58e3 100644 --- a/extras/lttng-bash_completion +++ b/extras/lttng-bash_completion @@ -32,9 +32,6 @@ _lttng_cmd_add_context() { --channel|-c) return ;; - --event|-e) - return - ;; --type|-t) return ;; -- 2.34.1