Skip to content

Commit

Permalink
chmod/chown added/fixed in bash completions
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
  • Loading branch information
jmguzik committed Feb 24, 2021
1 parent d0917fa commit 0b84bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/completions/bash/buildah
Expand Up @@ -539,6 +539,7 @@ return 1

local options_with_args="
--chown
--chmod
--contextdir
--ignorefile
"
Expand All @@ -562,7 +563,8 @@ return 1
"

local options_with_args="
-chown
--chown
--chmod
--contextdir
--ignorefile
"
Expand Down

0 comments on commit 0b84bda

Please sign in to comment.