1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-19 17:03:57 +00:00

docs: fix echo command syntax for password input

This commit is contained in:
Marc-Philip
2026-01-18 20:56:26 +01:00
committed by GitHub
parent b728929f44
commit 3550275cd3

View File

@@ -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