Fix fish_opt --help showing nextd manpage.

This commit is contained in:
Aaron Gyes 2017-11-14 01:56:58 -08:00
parent 8dc26ba8b9
commit c67d9195eb

View file

@ -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