diff --git a/share/completions/mkdir.fish b/share/completions/mkdir.fish index 6978727b0..f27a89b8b 100644 --- a/share/completions/mkdir.fish +++ b/share/completions/mkdir.fish @@ -15,6 +15,5 @@ end # Checks if SELinux is installed if command -s sestatus > /dev/null ^ /dev/null - complete -c mkdir -s Z --description 'Set SELinux security context of each created directory to the default type' - complete -c mkdir -l context --description 'Like -Z' -f + complete -c mkdir -l context -s Z --description 'Set SELinux security context of each created directory to the default type' end