diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:10:19 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:10:19 -0400 |
| commit | 75213a646be5183bcb07558432014211f0b3c0d0 (patch) | |
| tree | 562450b17644a5b61e3a0e4c8e462944d37b5d9b | |
| parent | 2d5e6592c3de8103e4aa2a6de343a3676b535249 (diff) | |
| download | util-linux-75213a646be5183bcb07558432014211f0b3c0d0.tar.gz | |
bash-completion: (losetup) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
| -rw-r--r-- | bash-completion/losetup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/losetup b/bash-completion/losetup index 783d966c79..2d314c111e 100644 --- a/bash-completion/losetup +++ b/bash-completion/losetup @@ -60,6 +60,9 @@ _losetup_module() --remove --show --verbose + --direct-io + --loop-ref + --sector-size --json --list --noheadings |
