mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
docs: call the CHANGELOG "release notes"
This commit is contained in:
@@ -101,7 +101,7 @@ complete -c help -x -a tut-why_fish -d 'Why fish?'
|
||||
complete -c help -x -a tut-wildcards -d Wildcards
|
||||
|
||||
# Other pages
|
||||
complete -c help -x -a changelog -d "Fish's CHANGELOG"
|
||||
complete -c help -x -a releasenotes -d "Fish's release notes"
|
||||
complete -c help -x -a completions -d "How to write completions"
|
||||
complete -c help -x -a faq -d "Frequently Asked Questions"
|
||||
complete -c help -x -a fish-for-bash-users -d "Differences from bash"
|
||||
|
||||
@@ -128,8 +128,8 @@ function help --description 'Show help for the fish shell'
|
||||
set fish_help_page "tutorial.html#"(string sub -s 5 -- $fish_help_item | string replace -a -- _ -)
|
||||
case tutorial
|
||||
set fish_help_page "tutorial.html"
|
||||
case changelog
|
||||
set fish_help_page changelog.html
|
||||
case releasenotes
|
||||
set fish_help_page relnotes.html
|
||||
case completions
|
||||
set fish_help_page completions.html
|
||||
case faq
|
||||
|
||||
Reference in New Issue
Block a user