diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |