mirror of https://github.com/rclone/rclone
test speed: fix formatting of help
This commit is contained in:
parent
7d45aee70f
commit
035d3f344c
|
|
@ -66,10 +66,10 @@ var speedCmd = &cobra.Command{
|
||||||
|
|
||||||
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
|
rclone test speed remote: -q
|
||||||
|
|
||||||
**NB** This command will create and delete files on the remote in a randomly
|
**NB** This command will create and delete files on the remote in a randomly
|
||||||
named directory which should be tidied up after.
|
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.`,
|
You can use the --json flag to only print the results in JSON format.`,
|
||||||
Annotations: map[string]string{
|
Annotations: map[string]string{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue