From: Luca Boccassi Date: Fri, 15 Mar 2024 15:07:31 +0000 (+0000) Subject: shell completion: add --copy=mixed in portablectl X-Git-Tag: v256-rc1~506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab16e4852ed4d397ce5b1b7e2f9ac6b81f3f7070;p=thirdparty%2Fsystemd.git shell completion: add --copy=mixed in portablectl Follow-up for 82047a6aa7230031d2a579e81d5f8871c23e0616 --- diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl index b22bbd95d6b..61a9610aa3a 100644 --- a/shell-completion/bash/portablectl +++ b/shell-completion/bash/portablectl @@ -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)