zsh_completion: fix udevadm monitor flags

The brackets in the _arguments description of udevadm monitor need to be
escaped.
This commit is contained in:
Daniel Wallace 2013-04-30 18:42:22 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent 96de7c047f
commit 57277cbe40
1 changed files with 1 additions and 1 deletions

View File

@ -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.]'
}