From aa73938e42d3b7bcd49bbf4cebaf67b12092769c Mon Sep 17 00:00:00 2001 From: Vasya Novikov Date: Thu, 12 Oct 2017 21:29:45 +0300 Subject: [PATCH] bash completion fixes sort entries, add some and fix some --- completions/bash/bwrap | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/completions/bash/bwrap b/completions/bash/bwrap index e43b005f..de57e2bb 100644 --- a/completions/bash/bwrap +++ b/completions/bash/bwrap @@ -10,15 +10,16 @@ _bwrap() { local boolean_options=" --as-pid-1 --help + --die-with-parent --new-session + --unshare-all --unshare-cgroup --unshare-cgroup-try - --unshare-user - --unshare-user-try - --unshare-all --unshare-ipc --unshare-net --unshare-pid + --unshare-user + --unshare-user-try --unshare-uts --version " @@ -34,7 +35,6 @@ _bwrap() { --chdir --dev --dev-bind - --die-with-parent --dir --exec-label --file @@ -43,13 +43,16 @@ _bwrap() { --hostname --info-fd --lock-file + --mqueue --proc --remount-ro --ro-bind + --ro-bind-data --seccomp --setenv --symlink --sync-fd + --tmpfs --uid --unsetenv --userns-block-fd