File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ _udevadm() {
5151 [INFO_STANDALONE]=' -r --root -a --attribute-walk -x --export -e --export-db -c --cleanup-db
5252 -w --wait-for-initialization'
5353 [INFO_ARG]=' -q --query -p --path -n --name -P --export-prefix -d --device-id-of-file'
54- [TRIGGER_STANDALONE]=' -v --verbose -n --dry-run -q --quiet -w --settle --wait-daemon'
54+ [TRIGGER_STANDALONE]=' -v --verbose -n --dry-run -q --quiet -w --settle --wait-daemon --uuid '
5555 [TRIGGER_ARG]=' -t --type -c --action -s --subsystem-match -S --subsystem-nomatch
5656 -a --attr-match -A --attr-nomatch -p --property-match
5757 -g --tag-match -y --sysname-match --name-match -b --parent-match'
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ _udevadm_trigger(){
3131 ' --property-match=[Trigger events for devices with a matching property value.]' \
3232 ' --tag-match=property[Trigger events for devices with a matching tag.]' \
3333 ' --sysname-match=[Trigger events for devices with a matching sys device name.]' \
34- ' --parent-match=[Trigger events for all children of a given device.]'
34+ ' --parent-match=[Trigger events for all children of a given device.]' \
35+ ' --uuid[Print synthetic uevent UUID.]'
3536}
3637
3738(( $+ functions[_udevadm_settle] )) ||
You can’t perform that action at this time.
0 commit comments