File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ _pgbackrest() {
178
178
# Different values for the '--type' option depending on the command.
179
179
case ${COMP_WORDS[1]} in
180
180
info)
181
- COMPREPLY=($( compgen -W " $( __pgbackrest_command_options_values_backup_types ) " -- ${cur} ) )
181
+ COMPREPLY=($( compgen -W " $( __pgbackrest_command_options_values_type_info ) " -- ${cur} ) )
182
182
return 0;;
183
183
* )
184
184
# The usual completion for all other commands.
@@ -230,7 +230,7 @@ _pgbackrest() {
230
230
--type)
231
231
case ${COMP_WORDS[1]} in
232
232
info)
233
- COMPREPLY=($( compgen -W " $( __pgbackrest_command_options_values_backup_types ) " -- ${cur} ) )
233
+ COMPREPLY=($( compgen -W " $( __pgbackrest_command_options_values_type_info ) " -- ${cur} ) )
234
234
return 0;;
235
235
* )
236
236
COMPREPLY=($( compgen -W " $( __pgbackrest_command_options_values) " -- ${cur} ) )
You can’t perform that action at this time.
0 commit comments