diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:34 +0000 |
commit | 1272be04be0cb803eec87f602edb2e3e6f111aea (patch) | |
tree | bce17f6478cdd9f3c4ec3d751135dc42786d6a56 /bash-completion/lsblk | |
parent | Releasing progress-linux version 2.39.3-11~progress7.99u1. (diff) | |
download | util-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.tar.xz util-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bash-completion/lsblk')
-rw-r--r-- | bash-completion/lsblk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash-completion/lsblk b/bash-completion/lsblk index 6756764..4f1c39d 100644 --- a/bash-completion/lsblk +++ b/bash-completion/lsblk @@ -62,6 +62,10 @@ _lsblk_module() --discard --exclude --fs + --filter + --highlight + --ct + --ct-filter --help --include --json @@ -83,6 +87,7 @@ _lsblk_module() --virtio --sort --width + --list-columns --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) |