diff options
| author | Karel Zak <kzak@redhat.com> | 2020-10-12 12:10:33 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2020-10-12 12:19:48 +0200 |
| commit | 7636d906efc4edcccccfeff61ae42d93148d99b7 (patch) | |
| tree | 79112d1714f99900e987a6d9ea9df5807dfef460 /bash-completion/lsblk | |
| parent | 0f3c394423d7f7aec8907c48dbdbfd02ec386b0f (diff) | |
| download | util-linux-7636d906efc4edcccccfeff61ae42d93148d99b7.tar.gz | |
lsblk: add --width option
Addresses: https://github.com/karelzak/util-linux/issues/1160
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion/lsblk')
| -rw-r--r-- | bash-completion/lsblk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/lsblk b/bash-completion/lsblk index e54fc4d5e5..f239e1940e 100644 --- a/bash-completion/lsblk +++ b/bash-completion/lsblk @@ -79,6 +79,7 @@ _lsblk_module() --topology --scsi --sort + --width --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) |
