public static void main (String[] args)
{
CommandLineParser parser = new GnuParser ();
Options options = new Options ();
options.addOption (new HelpOption ());
options.addOption (new InFileOption ());
try {
// parse the command line arguments
CommandLine line = parser.parse (options, args);