|
From: Leif M. <le...@ta...> - 2006-07-11 16:16:46
|
Michael, Thanks for pointing that out. It will be in the next release. Cheers, Leif Michael Giroux wrote: > System.out.println( > " start_arg_count: The number of arguments to be passed to the > start class's " ); > System.out.println( > " main method." ); > /// begin patch------------------------------/ > *System.out.println( > " app_parameters: The arguments be passed to the start class's > main method." ); * > /// end patch-----------------------------------/ > System.out.println( > " stop_class: The fully qualified class name to run to stop > the " ); > System.out.println ( > " application." ); > |