aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-08 16:03:21 +0200
committerGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-08 16:03:21 +0200
commit09f9d71bb2882b56a550753340c3c9a2ab8c2428 (patch)
tree8dbbf9dde9c27346271777c35fbb1f3326c4ee9c
parent059e11078cf65269f17c8d100c49c9a6811b9ec9 (diff)
Clean mkdir completions
-rw-r--r--share/completions/mkdir.fish3
1 files changed, 1 insertions, 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