shell-completion: nspawn: add missing values for --link-journal

This commit is contained in:
Evgeny Vereshchagin 2015-09-26 03:59:56 +03:00
parent 0879a8d316
commit 043a090d7d

View file

@ -85,7 +85,7 @@ _systemd_nspawn() {
CAP_SYS_CHROOT CAP_SYS_NICE CAP_SYS_PTRACE CAP_SYS_RESOURCE CAP_SYS_TTY_CONFIG' CAP_SYS_CHROOT CAP_SYS_NICE CAP_SYS_PTRACE CAP_SYS_RESOURCE CAP_SYS_TTY_CONFIG'
;; ;;
--link-journal) --link-journal)
comps='no auto guest host' comps='no auto guest try-guest host try-host'
;; ;;
--bind|--bind-ro) --bind|--bind-ro)
compopt -o nospace compopt -o nospace