From 608bb02e41b149b4a7be21822358079f5a5925d2 Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Sun, 2 Dec 2018 22:47:17 -0500 Subject: [PATCH] Fix spelling --- share/completions/complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/complete.fish b/share/completions/complete.fish index a6c5e6c58..65ac56fa1 100644 --- a/share/completions/complete.fish +++ b/share/completions/complete.fish @@ -2,7 +2,7 @@ complete -c complete -s c -l command -d "Command to add completion to" -r complete -c complete -s p -l path -d "Path to add completion to" -complete -c complete -s s -l short-option -d "Posix-style option to complete" +complete -c complete -s s -l short-option -d "POSIX-style option to complete" complete -c complete -s l -l long-option -d "GNU-style option to complete" complete -c complete -s o -l old-option -d "Old style long option to complete" complete -c complete -s f -l no-files -d "Do not use file completion"