From 807ab665baa3c0d2b3952f60a959d9155fefe836 Mon Sep 17 00:00:00 2001 From: nullptr <32363528+CnNullptr@users.noreply.github.com> Date: Wed, 23 Dec 2020 14:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20-V=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=98=AF=E5=90=A6=E5=AE=89=E8=A3=85=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原文使用了不存在的 -h 参数 --- docs/client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client.md b/docs/client.md index ba1b47a..c548efa 100644 --- a/docs/client.md +++ b/docs/client.md @@ -14,10 +14,10 @@ $ sudo apt install openssh-client $ sudo dnf install openssh-clients ``` -安装以后,可以使用`-h`参数,查看一下是否安装成功。 +安装以后,可以使用`-V`参数输出版本号,查看一下是否安装成功。 ```bash -$ ssh -h +$ ssh -V ``` ## 基本用法