From: Philippe Proulx Date: Tue, 14 Jun 2016 22:44:45 +0000 (-0400) Subject: Remove calibrate from Bash completion script X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=328ceadf4506bdc97d51c9bad8c87186e63299b1 Remove calibrate from Bash completion script Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index 335e9d128..ef1a71ab3 100644 --- a/extras/lttng-bash_completion +++ b/extras/lttng-bash_completion @@ -84,17 +84,6 @@ _lttng_cmd_addcontext() { esac } -_lttng_cmd_calibrate() { - options=$(lttng calibrate --list-options) - - case $cur in - -*) - _lttng_complete_options - return - ;; - esac -} - _lttng_cmd_create() { options=$(lttng create --list-options)