From: Antonio Alvarez Feijoo Date: Fri, 19 Jan 2024 14:50:15 +0000 (+0100) Subject: bash-completion: add missing options to systemd-dissect X-Git-Tag: v256-rc1~1095^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43aaa1b3d36c8ce38441bd24306f2a5cedd8b367;p=thirdparty%2Fsystemd.git bash-completion: add missing options to systemd-dissect --- diff --git a/shell-completion/bash/systemd-dissect b/shell-completion/bash/systemd-dissect index 4bb203a2f8f..17fb6420dea 100644 --- a/shell-completion/bash/systemd-dissect +++ b/shell-completion/bash/systemd-dissect @@ -37,6 +37,8 @@ _systemd_dissect() { --in-memory' [ARG]='-m --mount -M -u --umount -U + --attach + --detach -l --list --mtree --with @@ -72,7 +74,7 @@ _systemd_dissect() { if __contains_word "$prev_1" ${OPTS[ARG]}; then case $prev_1 in - -l|--list|--mtree|-m|--mount|-M|-x|--copy-from|-a|--copy-to|--verity-data|--validate|--with) + -l|--list|--mtree|-m|--mount|-M|--attach|--detach|-x|--copy-from|-a|--copy-to|--verity-data|--validate|--with) comps=$(compgen -A file -- "$cur") compopt -o filenames ;;