Completion: add --template-path to bash completion for directory listing
[lttng-tools.git] / extras / lttng-bash_completion
index 335e9d128454fe3da1b5312624c9d8515b54c0d1..1fcd2f3179aee250d9668c6eae7bca06e3a1ec08 100644 (file)
@@ -99,7 +99,7 @@ _lttng_cmd_create() {
        options=$(lttng create --list-options)
 
        case $prev in
-       --output|-o)
+       --output|-o|--template-path)
                _filedir -d
                return
                ;;
This page took 0.023696 seconds and 5 git commands to generate.