mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 12:53:36 +08:00
parent
3719f851e3
commit
18540892d1
@ -133,7 +133,8 @@ _systemd_nspawn() {
|
||||
comps=$( compgen -A file -- "$cur" )
|
||||
;;
|
||||
--kill-signal)
|
||||
comps=$(compgen -A signal)
|
||||
_signals
|
||||
return
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
|
||||
|
Loading…
Reference in New Issue
Block a user