From 3a0904262ea01d5facc25fc925ddaec25cbf195b Mon Sep 17 00:00:00 2001 From: JyJyJcr <82190170+JyJyJcr@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:20:42 +0900 Subject: [PATCH] docs: update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01cf269..18f466f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ SSH Connection proxified with QUIC $ quicssh-rs -h A simple ssh server based on quic protocol -Usage: quicssh-rs [OPTIONS] +Usage: quicssh-rs Commands: server Server @@ -65,10 +65,9 @@ Commands: help Print this message or the help of the given subcommand(s) Options: - --log Location of log, Defalt if - -h, --help Print help - -V, --version Print version - ``` + -h, --help Print help + -V, --version Print version +``` ### Client