diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index e807cd15..636bca60 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -55,6 +55,7 @@ _rally() OPTS["verify_reinstall"]="--deployment --tempest-config --source" OPTS["verify_results"]="--uuid --html --json --output-file" OPTS["verify_show"]="--uuid --sort-by --detailed" + OPTS["verify_showconfig"]="--deployment" OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use --system-wide-install" OPTS["verify_uninstall"]="--deployment" OPTS["verify_use"]="--verification"