mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
Fix fish_opt --help
showing nextd manpage.
This commit is contained in:
parent
11cebe9483
commit
fa57565c42
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