X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=extras%2Flttng-bash_completion;fp=extras%2Flttng-bash_completion;h=1fcd2f3179aee250d9668c6eae7bca06e3a1ec08;hb=7d107eec65917c9f9f97eae43e75425c4c66644f;hp=335e9d128454fe3da1b5312624c9d8515b54c0d1;hpb=1b390fc868d580d16306341399878fafe71bd6f4;p=lttng-tools.git 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 ;;