aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
blob: 1020ca759068546f7b442e1242dcc6ad13b414c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/** \file print_help.h
	Print help message for the specified command
*/

#ifndef FISH_PRINT_HELP_H
#define FISH_PRINT_HELP_H

/** 
	Print help message for the specified command
*/

void print_help( const char *cmd, int fd );

#endif