mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-26 22:27:42 +08:00
Make 'fish --help' display a help message, not start the help browser
darcs-hash:20070117131246-ac50b-328c735ba09b8488cf6ee5b95d73290681ce5f06.gz
This commit is contained in:
parent
9d9869e515
commit
19e8d60179
2
main.c
2
main.c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user