aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/help.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/help.fish')
-rw-r--r--share/functions/help.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/help.fish b/share/functions/help.fish
index 88b87dbb..35f136fb 100644
--- a/share/functions/help.fish
+++ b/share/functions/help.fish
@@ -92,7 +92,7 @@ function help --description "Show help for the fish shell"
set fish_help_page difference.html
case globbing
set fish_help_page "index.html\#expand"
- case (__fish_print_commands)
+ case (__fish_print_commands)
set fish_help_page "commands.html\#$fish_help_item"
case $help_topics
set fish_help_page "index.html\#$fish_help_item"