From fa57565c4286776896afd7b2322d347654d311ee Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 14 Nov 2017 01:56:58 -0800 Subject: [PATCH] Fix `fish_opt --help` showing nextd manpage. --- share/functions/fish_opt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/fish_opt.fish b/share/functions/fish_opt.fish index 5121cb756..84a91bcc8 100644 --- a/share/functions/fish_opt.fish +++ b/share/functions/fish_opt.fish @@ -17,7 +17,7 @@ function fish_opt -d 'Produce an option specification suitable for use with `arg or return if set -q _flag_help - __fish_print_help nextd + __fish_print_help fish_opt return 0 end