Closed safreiberg closed 10 years ago
Now instead of calling: java -jar alfred.jar directory threads port
You should do: java -jar alfred.jar -d directory -t threads -p port -s job timeout seconds
Every option has a long-option (-d = --directory, -t = --num-threads, -p = --port, -s = --timeout), and -d is the only required option.
Now instead of calling: java -jar alfred.jar directory threads port
You should do: java -jar alfred.jar -d directory -t threads -p port -s job timeout seconds
Every option has a long-option (-d = --directory, -t = --num-threads, -p = --port, -s = --timeout), and -d is the only required option.