From 09f9d71bb2882b56a550753340c3c9a2ab8c2428 Mon Sep 17 00:00:00 2001 From: Clément Martinez Date: Wed, 8 Jun 2016 16:03:21 +0200 Subject: 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 6978727b..f27a89b8 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 -- cgit v1.2.3