From 1b71f91a014996d60886885c6fee091e8013d988 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 18 Nov 2006 02:24:38 +1000 Subject: Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz --- share/functions/help.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share/functions/help.fish') diff --git a/share/functions/help.fish b/share/functions/help.fish index c93270ec..7fc32211 100644 --- a/share/functions/help.fish +++ b/share/functions/help.fish @@ -22,7 +22,8 @@ function help -d (N_ "Show help for the fish shell") if count $argv >/dev/null switch $argv[1] case -h --h --he --hel --help - set argv help + __fish_print_help help + return 0 end end -- cgit v1.2.3