From 09f9d71bb2882b56a550753340c3c9a2ab8c2428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Martinez?= Date: Wed, 8 Jun 2016 16:03:21 +0200 Subject: [PATCH] Clean mkdir completions --- share/completions/mkdir.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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