aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
blob: 570b43a6a081104137cbb6122e161a89841293de (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( char *cmd, int fd );

#endif