diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md index 2e2de17..262f8fa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # pixeltsunami +## Command line arguments +| name | default value | description | +| -------- | -------- | -------- | +| host | 127.0.0.1 | Server address (v4) | +| port | 1337 | Server port | +| image | foo.png | relative image path | +| xoffset | 0 | x offset of the image projected | +| yoffset | 0 | y offset of the image projected | +| t | false | test the connection before escalating | +| fill | true | fill the complete canvas | +| color | 000000 | color used to fill | +| cores | 1 | amount of cores used to build the commands | + |