We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d6862 commit a1f3e3fCopy full SHA for a1f3e3f
README.md
@@ -63,9 +63,10 @@ Follow these steps to setup XIVStats-Gatherer-Java:
63
8. Using a shell (or CMD on windows) run the following command (replace
64
{words in brackets} with integer parameters):
65
```shell
66
- java -jar XIVStats-Gatherer-Java.jar {lowest character id to fetch} {highest character id to fetch}
+ java -jar XIVStats-Gatherer-Java.jar -s {lowest character id to fetch} -f {highest character id to fetch}
67
```
68
-
+ Further command line options can be used, to view a list run the jar command with -h option.
69
+
70
Note: On Linux/Unix it is advised to run the program in Tmux/Screen or similar.
71
72
## Bugs and feature requests
0 commit comments