mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 14:51:15 -03:00
Fix fish_opt --help showing nextd manpage.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user