summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-02 01:02:09 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-04 01:28:30 +0900
commitae760f4b165353ef4f0e84179131791c7a619550 (patch)
tree7e2d1552553a43c2e4a657781d19f93b5cbea75d /shell-completion
parent1b47436e0ecb67dd6d0f2ddc85d0738f0b92b4c0 (diff)
downloadsystemd-ae760f4b165353ef4f0e84179131791c7a619550.tar.gz
udevadm: add --wait-for-initialization option to "udevadm info"
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/udevadm3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/udevadm b/shell-completion/bash/udevadm
index 0e9dbb0c4e..c151a41978 100644
--- a/shell-completion/bash/udevadm
+++ b/shell-completion/bash/udevadm
@@ -48,7 +48,8 @@ _udevadm() {
local -A OPTS=(
[COMMON]='-h --help -V --version'
[DEBUG]='-d --debug'
- [INFO_STANDALONE]='-r --root -a --attribute-walk -x --export -e --export-db -c --cleanup-db'
+ [INFO_STANDALONE]='-r --root -a --attribute-walk -x --export -e --export-db -c --cleanup-db
+ -w --wait-for-initialization'
[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 --wait-daemon'
[TRIGGER_ARG]='-t --type -c --action -s --subsystem-match -S --subsystem-nomatch