Skip to content
Snippets Groups Projects
  • Tobias Pietzsch's avatar
    e9be0c97
    clean up command-line argument processing: · e9be0c97
    Tobias Pietzsch authored
     * use Parameters object instead of static variables.
     * try to get a reasonable default hostname using java.net.InetAddress before falling back to "localhost".
     * print usage information if there is any problem evaluating the arguments.
    e9be0c97
    History
    clean up command-line argument processing:
    Tobias Pietzsch authored
     * use Parameters object instead of static variables.
     * try to get a reasonable default hostname using java.net.InetAddress before falling back to "localhost".
     * print usage information if there is any problem evaluating the arguments.