Make 'fish --help' display a help message, not start the help browser

darcs-hash:20070117131246-ac50b-328c735ba09b8488cf6ee5b95d73290681ce5f06.gz
This commit is contained in:
axel 2007-01-17 23:12:46 +10:00
parent 9d9869e515
commit 19e8d60179

2
main.c
View file

@ -214,7 +214,7 @@ static int fish_parse_opt( int argc, char **argv, char **cmd_ptr )
case 'h':
{
*cmd_ptr = "help";
*cmd_ptr = "__fish_print_help fish";
break;
}