Skip to content

Commit a1f3e3f

Browse files
committed
Added note on usage of new CLI options to docs.
1 parent 66d6862 commit a1f3e3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ Follow these steps to setup XIVStats-Gatherer-Java:
6363
8. Using a shell (or CMD on windows) run the following command (replace
6464
{words in brackets} with integer parameters):
6565
```shell
66-
java -jar XIVStats-Gatherer-Java.jar {lowest character id to fetch} {highest character id to fetch}
66+
java -jar XIVStats-Gatherer-Java.jar -s {lowest character id to fetch} -f {highest character id to fetch}
6767
```
68-
68+
Further command line options can be used, to view a list run the jar command with -h option.
69+
6970
Note: On Linux/Unix it is advised to run the program in Tmux/Screen or similar.
7071

7172
## Bugs and feature requests

0 commit comments

Comments
 (0)