mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
shell completion: add --copy=mixed in portablectl
Follow-up for 82047a6aa7
This commit is contained in:
parent
e82131bf7f
commit
ab16e4852e
@ -53,7 +53,7 @@ _portablectl() {
|
||||
comps="default nonetwork strict trusted"
|
||||
;;
|
||||
--copy)
|
||||
comps="copy symlink auto"
|
||||
comps="copy symlink auto mixed"
|
||||
;;
|
||||
--host|-H)
|
||||
comps=$(compgen -A hostname)
|
||||
|
Loading…
Reference in New Issue
Block a user