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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user