1
0
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:
Luca Boccassi 2024-03-15 15:07:31 +00:00 committed by Yu Watanabe
parent e82131bf7f
commit ab16e4852e

View File

@ -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)