diff options
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) ) |