From 735da1b9cd4131d042e593f1c01f45199ef549ee Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 13:10:58 -0400 Subject: [PATCH] bash-completion: (lsblk) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/lsblk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash-completion/lsblk b/bash-completion/lsblk index ff8268581..577dcce13 100644 --- a/bash-completion/lsblk +++ b/bash-completion/lsblk @@ -96,6 +96,11 @@ _lsblk_module() --virtio --sort --width + --noempty + --shell + --sysroot + --tree + --zoned --list-columns --help --version" -- 2.47.3