Completion: add --template-path to bash completion for directory listing
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Jul 2016 19:35:45 +0000 (15:35 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Jul 2016 19:42:29 +0000 (15:42 -0400)
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.02665 seconds and 5 git commands to generate.