coan  6.0.1
A C/C++ Configuration Analyzer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
help.cpp File Reference
#include "help.h"
#include "options.h"
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Functions

void help ()
 Write brief command usage information to cout. More...
 
string usage ()
 Get program usage summary in a string.
 

Detailed Description

This file implements free functions:-

  • help
  • usage

Definition in file help.cpp.

Function Documentation

void help ( )

Write brief command usage information to cout.

The usage info is written the --help option, then the program is terminated without error.

Definition at line 50 of file help.cpp.