aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/print_help.h
blob: 9c5a62298686a9c6ddd37ae41dd01f864d4cad3e (plain)
1
2
3
4
5
6
7
8
// 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