From: Christian Goeschel Ndjomouo Date: Tue, 2 Sep 2025 21:21:35 +0000 (-0400) Subject: bash-completion: (lsns) add -H/--list-columns options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd6d6676c018ff7076fbb0193c87dd445a92c3d2;p=thirdparty%2Futil-linux.git bash-completion: (lsns) add -H/--list-columns options Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/lsns b/bash-completion/lsns index 7269ae652..3c0cfc698 100644 --- a/bash-completion/lsns +++ b/bash-completion/lsns @@ -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) )