mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00: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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue