fish-shell/src/print_help.h
Kurtis Rader 9d742a4fa1 restyle proc module to match project style
Reduces lint errors from 134 to 101 (-25%). Line count from 1994 to 1466 (-26%).

Another step in resolving issue #2902.
2016-05-02 22:07:58 -07:00

9 lines
202 B
C++

// 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