From a88f2daf96a4bb44e66949d45db07b9742e95575 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Tue, 28 May 2024 17:13:57 +0330 Subject: [PATCH] docs: extra space in scp config example (#4166) --- docs/documentation/sitespeed.io/configuration/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/sitespeed.io/configuration/config.md b/docs/documentation/sitespeed.io/configuration/config.md index 2ce84512e..de781c916 100644 --- a/docs/documentation/sitespeed.io/configuration/config.md +++ b/docs/documentation/sitespeed.io/configuration/config.md @@ -145,7 +145,7 @@ Crawler scp --scp.host The host. - --scp. destinationPath The destination path on the remote server where the files will be copied. + --scp.destinationPath The destination path on the remote server where the files will be copied. --scp.port The port for ssh when scp the result to another server. [default: 22] --scp.username The username. Use username/password or username/privateKey/pem. --scp.password The password if you do not use a pem file.