From: Simon Marchi <[email protected]>
Reported-by: Daniel U. Thibault <[email protected]>
Signed-off-by: Simon Marchi <[email protected]>
---
extras/lttng-bash_completion | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion
index b5f861c..cc81557 100644
--- a/extras/lttng-bash_completion
+++ b/extras/lttng-bash_completion
@@ -146,7 +146,7 @@ _lttng_cmd_disablechannel() {
_lttng_cmd_disableevent() {
local disable_event_opts
- disable_channel_opts=$(lttng disable-event --list-options)
+ disable_event_opts=$(lttng disable-event --list-options)
case $prev in
--session|-s)
--
1.7.1
_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev