From a7e3737f8886c83d1fb8c6a2fd217aa5104b4653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Fri, 3 Jan 2025 01:23:17 +0100 Subject: [PATCH] Fix README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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