From efe9c82bc6210e01d9fdc2bc0e140c0fe44ab1d5 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 26 Dec 2012 22:08:49 -0800 Subject: [PATCH] Formatting --- share/functions/help.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/help.fish b/share/functions/help.fish index 88b87dbb9..35f136fba 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"