mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
zsh_completion: fix udevadm monitor flags
The brackets in the _arguments description of udevadm monitor need to be escaped.
This commit is contained in:
parent
96de7c047f
commit
57277cbe40
@ -971,7 +971,7 @@ _udevadm_monitor(){
|
||||
'--kernel[Print the kernel uevents.]' \
|
||||
'--udev[Print the udev event after the rule processing.]' \
|
||||
'--property[Also print the properties of the event.]' \
|
||||
'--subsystem-match=[Filter events by subsystem[/devtype].]' \
|
||||
'--subsystem-match=[Filter events by subsystem/\[devtype\].]' \
|
||||
'--tag-match=[Filter events by property.]' \
|
||||
'--help[Print help text.]'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user