]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: udevadm: support recently added options 11349/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Jan 2019 23:14:17 +0000 (08:14 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 18 Jan 2019 15:10:01 +0000 (16:10 +0100)
shell-completion/bash/udevadm

index 7b33839b1e9f14b213dbf84830a67881029c9acd..49db2904a48bfa93ae50c9ee38b44add68583e92 100644 (file)
@@ -50,12 +50,12 @@ _udevadm() {
                 [DEBUG]='-d --debug'
                 [INFO_STANDALONE]='-r --root -a --attribute-walk -x --export -e --export-db -c --cleanup-db'
                 [INFO_ARG]='-q --query -p --path -n --name -P --export-prefix -d --device-id-of-file'
-                [TRIGGER_STANDALONE]='-v --verbose -n --dry-run -w --settle'
+                [TRIGGER_STANDALONE]='-v --verbose -n --dry-run -w --settle --wait-daemon'
                 [TRIGGER_ARG]='-t --type -c --action -s --subsystem-match -S --subsystem-nomatch
                                -a --attr-match -A --attr-nomatch -p --property-match
                                -g --tag-match -y --sysname-match --name-match -b --parent-match'
                 [SETTLE]='-t --timeout -E --exit-if-exists'
-                [CONTROL_STANDALONE]='-e --exit -s --stop-exec-queue -S --start-exec-queue -R --reload'
+                [CONTROL_STANDALONE]='-e --exit -s --stop-exec-queue -S --start-exec-queue -R --reload --ping'
                 [CONTROL_ARG]='-l --log-priority -p --property -m --children-max -t --timeout'
                 [MONITOR_STANDALONE]='-k --kernel -u --udev -p --property'
                 [MONITOR_ARG]='-s --subsystem-match -t --tag-match'