mirror of https://github.com/rclone/rclone
test speed: fix formatting of help
This commit is contained in:
parent
7d45aee70f
commit
035d3f344c
|
|
@ -56,22 +56,22 @@ var speedCmd = &cobra.Command{
|
||||||
Short: `Run a speed test to the remote`,
|
Short: `Run a speed test to the remote`,
|
||||||
Long: `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
|
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
|
and printing the speed of each test using varying file sizes and numbers of
|
||||||
files.
|
files.
|
||||||
|
|
||||||
Test time can be innaccurate with small file caps and large files. As it
|
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
|
uses the results of an initial test to determine how many files to use in
|
||||||
each subsequent test.
|
each subsequent test.
|
||||||
|
|
||||||
It is recommended to use -q flag for a simpler output. e.g.:
|
It is recommended to use -q flag for a simpler output. e.g.:
|
||||||
|
|
||||||
rlone test speed remote: -q
|
|
||||||
|
|
||||||
**NB** This command will create and delete files on the remote in a randomly
|
rclone test speed remote: -q
|
||||||
named directory which should be tidied up after.
|
|
||||||
|
|
||||||
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{
|
Annotations: map[string]string{
|
||||||
"versionIntroduced": "v1.72",
|
"versionIntroduced": "v1.72",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue