diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2025-01-17 22:12:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 22:12:31 +0100 |
commit | f55a6fc1e35f5e5a1b51cbade9a7673f3d660f27 (patch) | |
tree | 97ab4ff12376437cf6978a5e9ffdebb8910b623c /shell-completion/zsh/_udevadm | |
parent | tree-wide: switch various uses of mkdtemp() over to mkdtemp_malloc() (#36057) (diff) | |
parent | udev-rules: add trace logs for GOTO and parent conditions (diff) | |
download | systemd-f55a6fc1e35f5e5a1b51cbade9a7673f3d660f27.tar.xz systemd-f55a6fc1e35f5e5a1b51cbade9a7673f3d660f27.zip |
split out of #35968.
Diffstat (limited to 'shell-completion/zsh/_udevadm')
-rw-r--r-- | shell-completion/zsh/_udevadm | 1 |
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' } |