aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/pg
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/pg')
-rw-r--r--bash-completion/pg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/pg b/bash-completion/pg
index 8fce1302ab..04b47f340b 100644
--- a/bash-completion/pg
+++ b/bash-completion/pg
@@ -15,7 +15,7 @@ _pg_module()
esac
case $cur in
-*)
- OPTS="-number -c -e -f -n -p -r -s -h -V"
+ OPTS="-number -c -e -f -n -p -r -s -h -V --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;