From 035d3f344cea3fcd3ac106ca26e677c9fec33a3f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 21 Nov 2025 16:47:04 +0000 Subject: [PATCH] test speed: fix formatting of help --- cmd/test/makefiles/speed.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cmd/test/makefiles/speed.go b/cmd/test/makefiles/speed.go index fc7edeb6d..698cfa54a 100644 --- a/cmd/test/makefiles/speed.go +++ b/cmd/test/makefiles/speed.go @@ -56,22 +56,22 @@ var speedCmd = &cobra.Command{ Short: `Run a speed test to the remote`, Long: `Run a speed test to the remote. - This command runs a series of uploads and downloads to the remote, measuring - and printing the speed of each test using varying file sizes and numbers of - files. +This command runs a series of uploads and downloads to the remote, measuring +and printing the speed of each test using varying file sizes and numbers of +files. - Test time can be innaccurate with small file caps and large files. As it - uses the results of an initial test to determine how many files to use in - each subsequent test. +Test time can be innaccurate with small file caps and large files. As it +uses the results of an initial test to determine how many files to use in +each subsequent test. - It is recommended to use -q flag for a simpler output. e.g.: - - rlone test speed remote: -q +It is recommended to use -q flag for a simpler output. e.g.: - **NB** This command will create and delete files on the remote in a randomly - named directory which should be tidied up after. + rclone test speed remote: -q - You can use the --json flag to only print the results in JSON format.`, +**NB** This command will create and delete files on the remote in a randomly +named directory which will be automatically removed on a clean exit. + +You can use the --json flag to only print the results in JSON format.`, Annotations: map[string]string{ "versionIntroduced": "v1.72", },