From 7d107eec65917c9f9f97eae43e75425c4c66644f Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 4 Jul 2016 15:35:45 -0400 Subject: [PATCH] Completion: add --template-path to bash completion for directory listing --- extras/lttng-bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.34.1