diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2024-02-02 15:00:56 +0100 |
|---|---|---|
| committer | Thomas Weißschuh <thomas@t-8ch.de> | 2024-02-05 12:28:00 +0100 |
| commit | e6e606a9808e957b074bcd6fc76a911945596219 (patch) | |
| tree | 8b2dfdc0250ed605a233def7f19a392d95716388 /bash-completion | |
| parent | fd1786d372bb76bac426018cef656f136e2d435f (diff) | |
| download | util-linux-e6e606a9808e957b074bcd6fc76a911945596219.tar.gz | |
enosys: add functionality to dump filter
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/enosys | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/enosys b/bash-completion/enosys index 7ce7609a75..24971c349d 100644 --- a/bash-completion/enosys +++ b/bash-completion/enosys @@ -16,6 +16,8 @@ _waitpid_module() ;; '-m'|'--list-ioctl') return 0 + '-d'|'--dump') + return 0 ;; '-h'|'--help'|'-V'|'--version') return 0 @@ -27,6 +29,7 @@ _waitpid_module() --ioctl --list --list-ioctl + --dump --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) |
