mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix fish_opt --help
showing nextd manpage.
This commit is contained in:
parent
8dc26ba8b9
commit
c67d9195eb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue