]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (pg) add missing long options
authorcgoesche <cgoesc2@wgu.edu>
Sat, 1 Nov 2025 23:46:27 +0000 (19:46 -0400)
committercgoesche <cgoesc2@wgu.edu>
Sun, 2 Nov 2025 14:42:19 +0000 (09:42 -0500)
Signed-off-by: cgoesche <cgoesc2@wgu.edu>
bash-completion/pg

index 8fce1302abe5eb23d58f3ac0b03490bb0bf8b165..04b47f340b0d2a987752e81ee494f2ad0e06b1c5 100644 (file)
@@ -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
                        ;;