X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=extras%2Flttng-bash_completion;h=cc8155734a4df0dbfae5743d8a37646ca9439f95;hp=b5f861c56a2fd55c5c2dfc6e463310a8b32cdf57;hb=bd2cf8f34fcf170f372cb6b7e524f1287bf65305;hpb=a2bccc23d7d236691f76a9e01a647f9949a09928 diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index b5f861c56..cc8155734 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)