From: cgoesche Date: Sat, 1 Nov 2025 23:46:27 +0000 (-0400) Subject: bash-completion: (pg) add missing long options X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b9f287a8c5b2f561bd6bbc7a4b4fe2a8e797f6b;p=thirdparty%2Futil-linux.git bash-completion: (pg) add missing long options Signed-off-by: cgoesche --- diff --git a/bash-completion/pg b/bash-completion/pg index 8fce1302a..04b47f340 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 ;;