From: Simon Marchi Date: Mon, 29 Jul 2013 19:22:41 +0000 (-0400) Subject: bash completion: Remove --event for add-context X-Git-Tag: v2.3.0-rc3~59 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=651adb86f32459e91d03a2ead36eb147ac2eea77 bash completion: Remove --event for add-context --event has been remove in 601d5acf42ebdb05ff8aa19f12fd9bdad3602781. Reported-by: Daniel U. Thibault Signed-off-by: Simon Marchi --- 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 ;;