diff options
author | Davide Cavalca <davide125@tiscali.it> | 2016-09-14 13:38:53 -0700 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-14 22:38:53 +0200 |
commit | c0f9116d6cd795edd9d4df8d27a87a7232d3e675 (patch) | |
tree | ae5140fdf29fed8babcd71e6a603eda5447e93e3 /shell-completion/bash/systemd-run | |
parent | bf6585ce64f7eb826704c3d9fdb8ad2a820af794 (diff) |
shell-completion: add --wait to systemd-run completions (#4140)
Diffstat (limited to 'shell-completion/bash/systemd-run')
-rw-r--r-- | shell-completion/bash/systemd-run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 022331e6a9..4116ba7eca 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -36,7 +36,8 @@ _systemd_run() { -r --remain-after-exit --send-sighup -H --host -M --machine --service-type --on-active --on-boot --on-startup --on-unit-active --on-unit-inactive --on-calendar --timer-property -t --pty -q --quiet --no-block - --uid --gid --nice --setenv -p --property --no-ask-password' + --uid --gid --nice --setenv -p --property --no-ask-password + --wait' local mode=--system local i |