LRez  v2.1
help.h
Go to the documentation of this file.
1 #ifndef __LREZ_HELP__
2 #define __LREZ_HELP__
3 
4 #include <string>
5 
6 #define VERSION "LRez v2.2"
7 
8 using namespace std;
9 
15 void subcommandHelp(string subcommand);
16 
17 #endif
subcommandHelp
void subcommandHelp(string subcommand)