now displays usage info when no command line parameters given
This commit is contained in:
parent
9d567fa74f
commit
552bfc97f6
|
@ -122,6 +122,7 @@ main (
|
|||
}
|
||||
|
||||
if ( !configFileName ) {
|
||||
showUsage( cout);
|
||||
throw Exception( __FILE__, __LINE__,
|
||||
"no configuration file specified");
|
||||
}
|
||||
|
@ -171,6 +172,9 @@ showUsage ( ostream & os )
|
|||
$Source$
|
||||
|
||||
$Log$
|
||||
Revision 1.8 2001/09/02 12:24:29 darkeye
|
||||
now displays usage info when no command line parameters given
|
||||
|
||||
Revision 1.7 2001/08/30 17:25:56 darkeye
|
||||
renamed configure.h to config.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue