diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index fb62dd69..82ddd332 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -33,7 +33,7 @@ _rally() OPTS["task_detailed"]="--uuid --iterations-data" OPTS["task_export"]="--uuid --type --to" OPTS["task_import"]="--file --deployment --tag" - OPTS["task_list"]="--deployment --all-deployments --status --uuids-only" + OPTS["task_list"]="--deployment --all-deployments --status --tag --uuids-only" OPTS["task_report"]="--out --open --html --html-static --uuid" OPTS["task_results"]="--uuid" OPTS["task_sla-check"]="--uuid --json"