aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index e48ac52..0e03ba6 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,16 @@ Inspired by the android app [Share Via HTTP](https://github.com/marcosdiez/share
```
send-over-http --help
-# Usage of send-over-http [target]
+# Usage send-over-http <options> [target]
#
-# target - file or directory to share (default: .)
+# target: file or directory to share (default: .)
#
+# Options:
+#
+# -address string
+# network address to accept connections (127.0.0.1:0)
+# -net string
+# network type to listen on (tcp, tcp4, tcp6) (default "tcp")
```
## Build Requirements