From 3550275cd36db542e6e0a14281c1d35337e2bb17 Mon Sep 17 00:00:00 2001 From: Marc-Philip Date: Sun, 18 Jan 2026 20:56:26 +0100 Subject: [PATCH] docs: fix echo command syntax for password input --- cmd/obscure/obscure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/obscure/obscure.go b/cmd/obscure/obscure.go index 531192b0e..7159670c6 100644 --- a/cmd/obscure/obscure.go +++ b/cmd/obscure/obscure.go @@ -34,7 +34,7 @@ argument by passing a hyphen as an argument. This will use the first line of STDIN as the password not including the trailing newline. ` + "```console" + ` -echo "secretpassword" | rclone obscure - +echo 'secretpassword' | rclone obscure - ` + "```" + ` If there is no data on STDIN to read, rclone obscure will default to