aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
blob: 005800b11f0ac16f54b27191e31643035bf7312d (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