]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (lscpu) add -H/--list-columns options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 2 Sep 2025 18:56:01 +0000 (14:56 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 2 Sep 2025 19:33:25 +0000 (15:33 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/lscpu

index fc55a1922c7b7cc9582d0e15f0f57f6b9bada8dd..9cae8953b055e2f5e427afe083609d8b373df895 100644 (file)
@@ -22,7 +22,7 @@ _lscpu_module()
                        COMPREPLY=( $(compgen -P "$prefix" -W "$OPTS" -S ',' -- $realcur) )
                        return 0
                        ;;
-               '-h'|'--help'|'-V'|'--version')
+               '-H'|'-h'|'--help'|'-V'|'--version')
                        return 0
                        ;;
        esac
@@ -41,6 +41,7 @@ _lscpu_module()
                                --physical
                                --output-all
                                --raw
+                               --list-columns
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS_ALL[*]}" -- $cur) )