mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 11:02:46 +08:00
Fix fish_opt --help
showing nextd manpage.
This commit is contained in:
parent
8dc26ba8b9
commit
c67d9195eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user