From e8904b152f59090da9b15b50a8d0421701559553 Mon Sep 17 00:00:00 2001 From: emile Date: Sun, 5 May 2019 20:27:13 +0000 Subject: Update 'README.md' --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 | + -- cgit 1.4.1