]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (lsns) add -H/--list-columns options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 2 Sep 2025 21:21:35 +0000 (17:21 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 2 Sep 2025 21:26:02 +0000 (17:26 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/lsns

index 7269ae652e60005bd1f250604c5cc50f4229d98a..3c0cfc6980ee9a9873d139cbf33a1ae8c17ce89f 100644 (file)
@@ -29,7 +29,7 @@ _lsns_module()
                        COMPREPLY=( $(compgen -W "mnt net ipc user pid uts cgroup time" -- $cur) )
                        return 0
                        ;;
-               '-h'|'--help'|'-V'|'--version')
+               '-H'|'-h'|'--help'|'-V'|'--version')
                        return 0
                        ;;
        esac
@@ -50,6 +50,7 @@ _lsns_module()
                                        --nowrap
                                        --type
                                        --tree
+                                       --list-columns
                                        --help
                                        --version
                                " -- $cur) )