Added on-line help.

This commit is contained in:
pdw
2002-10-18 13:50:07 +00:00
parent 45ccb4e4b9
commit 4e6b940b9e
4 changed files with 59 additions and 30 deletions

View File

@@ -71,6 +71,7 @@ static void set_defaults() {
options.aggregate_src = 0;
options.aggregate_dest = 0;
options.paused = 0;
options.showhelp = 0;
}
static void die(char *msg) {