summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh/_udevadm
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2025-01-17 22:12:31 +0100
committerGitHub <noreply@github.com>2025-01-17 22:12:31 +0100
commitf55a6fc1e35f5e5a1b51cbade9a7673f3d660f27 (patch)
tree97ab4ff12376437cf6978a5e9ffdebb8910b623c /shell-completion/zsh/_udevadm
parenttree-wide: switch various uses of mkdtemp() over to mkdtemp_malloc() (#36057) (diff)
parentudev-rules: add trace logs for GOTO and parent conditions (diff)
downloadsystemd-f55a6fc1e35f5e5a1b51cbade9a7673f3d660f27.tar.xz
systemd-f55a6fc1e35f5e5a1b51cbade9a7673f3d660f27.zip
udev: add --verbose option for 'udevadm test' and add more verbose logs (#36021)HEADmain
split out of #35968.
Diffstat (limited to 'shell-completion/zsh/_udevadm')
-rw-r--r--shell-completion/zsh/_udevadm1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_udevadm b/shell-completion/zsh/_udevadm
index 5f5761cbfa..c0141e5cd3 100644
--- a/shell-completion/zsh/_udevadm
+++ b/shell-completion/zsh/_udevadm
@@ -88,6 +88,7 @@ _udevadm_test(){
'(-)'{-V,--version}'[Show package version]' \
'--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \
'--subsystem=[The subsystem string.]' \
+ '(-v --verbose)'{-v,--verbose}'[Show verbose logs.]' \
'*::devpath:_files -P /sys/ -W /sys'
}