diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2023-10-02 15:52:33 +0200 |
|---|---|---|
| committer | Thomas Weißschuh <thomas@t-8ch.de> | 2023-10-02 15:52:51 +0200 |
| commit | 7e994f61bd48734781638ad1412f8640093b06f5 (patch) | |
| tree | 276046b700101548f20b2998d27e293b866c4cd3 /bash-completion | |
| parent | c38162bf27028a61f5cbea8866faa626f01e60d9 (diff) | |
| download | util-linux-7e994f61bd48734781638ad1412f8640093b06f5.tar.gz | |
setpriv: fix group argument completion
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/setpriv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/setpriv b/bash-completion/setpriv index 41bab2369f..69df34b39b 100644 --- a/bash-completion/setpriv +++ b/bash-completion/setpriv @@ -104,8 +104,8 @@ _setpriv_module() --egid --reuid --regid - --clear-groupsclear - --keep-groupskeep + --clear-groups + --keep-groups --groups --securebits --pdeathsig |
