diff --git a/README.md b/README.md index 6f34fd3..749ffc2 100644 --- a/README.md +++ b/README.md @@ -36,19 +36,15 @@ protocol-agnostic solution. ## Usage ```shell -Quick-serve - -Usage: quick-serve [OPTIONS] - Options: --headless Headless -b, --bind-ip= Bind IP [default: 127.0.0.1] -d, --serve-dir= Directory to serve [default: /tmp/] -v, --verbose... Verbose logging - --http[=] Start the HTTP server [default port: 8080] - --ftp[=] Start the FTP server [default port: 2121] - --tftp[=] Start the TFTP server [default port: 6969] - --dhcp Start the DHCP server + --http[=] Start the HTTP server [default port: 8080] + --ftp[=] Start the FTP server [default port: 2121] + --tftp[=] Start the TFTP server [default port: 6969] + --dhcp[=] Start the DHCP server [default port: 6767] -h, --help Print help (see more with '--help') -V, --version Print version ``` @@ -116,8 +112,8 @@ cargo test - [x] FTP - [x] HTTP - [x] TFTP -- [ ] HTTPS - [x] DHCP +- [ ] HTTPS - [ ] SFTP - [ ] NFS - [ ] SAMBA