From: Jonathan Rajotte Date: Mon, 4 Jul 2016 19:35:45 +0000 (-0400) Subject: Completion: add --template-path to bash completion for directory listing X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=7d107eec65917c9f9f97eae43e75425c4c66644f Completion: add --template-path to bash completion for directory listing --- diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index 335e9d128..1fcd2f317 100644 --- a/extras/lttng-bash_completion +++ b/extras/lttng-bash_completion @@ -99,7 +99,7 @@ _lttng_cmd_create() { options=$(lttng create --list-options) case $prev in - --output|-o) + --output|-o|--template-path) _filedir -d return ;;