]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/zsh/_udevadm
shell-completion: udevadm: support --uuid option
[thirdparty/systemd.git] / shell-completion / zsh / _udevadm
index 5e989b4a1d63dcfe47bffe8966ac41a7f379b0f5..90800ccfc163af63cc9a94f32957aa0451c7c985 100644 (file)
@@ -31,7 +31,8 @@ _udevadm_trigger(){
         '--property-match=[Trigger events for devices with a matching property value.]' \
         '--tag-match=property[Trigger events for devices with a matching tag.]' \
         '--sysname-match=[Trigger events for devices with a matching sys device name.]' \
-        '--parent-match=[Trigger events for all children of a given device.]'
+        '--parent-match=[Trigger events for all children of a given device.]' \
+        '--uuid[Print synthetic uevent UUID.]'
 }
 
 (( $+functions[_udevadm_settle] )) ||