X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FCLIHandler.pm;fp=src%2FPVE%2FCLIHandler.pm;h=763cd60850c7da3fbee1a74ea7e816b0cd9b850b;hp=249c7cc541ceb5bcc0ae8954c4e7a15b3abc3f6c;hb=630fe0a73534f8f9aee00f280438d24519ac09a0;hpb=a70e9925ae1545f151ff7c42fa3b4b5fcd3f4de8 diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 249c7cc..763cd60 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -519,7 +519,7 @@ function _$exename() { cmd=\${words[1]} curr=\${words[cwords]} prev=\${words[cwords-1]} - compadd \$(COMP_CWORD="\$cwords" COMP_LINE="\$line" COMP_POINT="\$point" \\ + compadd -- \$(COMP_CWORD="\$cwords" COMP_LINE="\$line" COMP_POINT="\$point" \\ $exename bashcomplete "\$cmd" "\$curr" "\$prev") } __EOD__