From 3d3ff61f7411b99a0c69a10505244f7a6dff0056 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Wed, 7 Apr 2021 08:47:29 +0200 Subject: [PATCH] docs: minor cleanup of space around code section --- cmd/about/about.go | 6 +++--- cmd/copyurl/copyurl.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/about/about.go b/cmd/about/about.go index d06c8d599..545bc4eeb 100644 --- a/cmd/about/about.go +++ b/cmd/about/about.go @@ -44,10 +44,10 @@ var commandDefinition = &cobra.Command{ Use: "about remote:", Short: `Get quota information from the remote.`, Long: ` -` + "`rclone about`" + `prints quota information about a remote to standard +` + "`rclone about`" + ` prints quota information about a remote to standard output. The output is typically used, free, quota and trash contents. -E.g. Typical output from` + "`rclone about remote:`" + `is: +E.g. Typical output from ` + "`rclone about remote:`" + ` is: Total: 17G Used: 7.444G @@ -75,7 +75,7 @@ Applying a ` + "`--full`" + ` flag to the command prints the bytes in full, e.g. Trashed: 104857602 Other: 8849156022 -A ` + "`--json`" + `flag generates conveniently computer readable output, e.g. +A ` + "`--json`" + ` flag generates conveniently computer readable output, e.g. { "total": 18253611008, diff --git a/cmd/copyurl/copyurl.go b/cmd/copyurl/copyurl.go index f15f50b03..92596d5a0 100644 --- a/cmd/copyurl/copyurl.go +++ b/cmd/copyurl/copyurl.go @@ -36,7 +36,7 @@ var commandDefinition = &cobra.Command{ Download a URL's content and copy it to the destination without saving it in temporary storage. -Setting ` + "`--auto-filename`" + `will cause the file name to be retrieved from +Setting ` + "`--auto-filename`" + ` will cause the file name to be retrieved from the from URL (after any redirections) and used in the destination path. With ` + "`--print-filename`" + ` in addition, the resuling file name will be printed.