*/
public static void main(String[] args)
{
ParsedProperties options =
new ParsedProperties(CommandLineParser.processCommandLine(args,
new CommandLineParser(
new String[][]
{
{ "1", "Address of clock reference service.", "address", "true" }
}), System.getProperties()));