From 326f2affa4ee42009757a40b29b517d469d832b7 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Mon, 7 Aug 2017 13:41:05 +0200 Subject: [PATCH] Fixed functions -D/--details completion --- share/completions/functions.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/functions.fish b/share/completions/functions.fish index 6414aae41..b322732f0 100644 --- a/share/completions/functions.fish +++ b/share/completions/functions.fish @@ -6,5 +6,5 @@ complete -c functions -s d -l description --description "Set function descriptio complete -c functions -s q -l query --description "Test if function is defined" complete -c functions -s n -l names --description "List the names of the functions, but not their definition" complete -c functions -s c -l copy --description "Copy the specified function to the specified new name" -complete -c functions -s m -l metadata --description "Display data about the function" +complete -c functions -s D -l details --description "Display information about the function" complete -c functions -s v -l verbose --description "Print more output"