Skip to content

Commit 4176675

Browse files
authored
fix(readme): fix documentation about diff. server
1 parent dbeb7f5 commit 4176675

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
@@ -26,8 +26,9 @@ java -jar pattypan.jar
2626
You can also set test server or any other server:
2727

2828
```
29-
java -jar pattypan.jar -test
30-
java -jar pattypan.jar "test.wikipedia.org"
29+
java -jar pattypan.jar wiki="test.wikipedia.org"
30+
java -jar pattypan.jar wiki="test2.wikipedia.org" protocol="https://" scriptPath="/w"
31+
3132
```
3233

3334
Please note, that on test server file upload may be disabled for regular users. Admin account is suggested, you can request rights [here](https://test.wikipedia.org/wiki/Wikipedia:Requests/Permissions). If you have problems with program running, check [article on project wiki](https://github.com/yarl/pattypan/wiki/Run).

0 commit comments

Comments
 (0)