diff --git a/src/content/docs/r2/examples/rclone.mdx b/src/content/docs/r2/examples/rclone.mdx index f71e9f32467620f..c653201b7cb70a3 100644 --- a/src/content/docs/r2/examples/rclone.mdx +++ b/src/content/docs/r2/examples/rclone.mdx @@ -22,10 +22,10 @@ This will create a `rclone` configuration file, which you can then modify with t Ensure you are running `rclone` v1.59 or greater ([rclone downloads](https://beta.rclone.org/)). Versions prior to v1.59 may return `HTTP 401: Unauthorized` errors, as earlier versions of `rclone` do not strictly align to the S3 specification in all cases. ::: -If you have already configured `rclone` in the past, you may run `rclone config file` to print the location of your `rclone` configuration file: +If you have already configured `rclone` in the past, you may run `rclone config` to print the location of your `rclone` configuration file: ```sh -rclone config file +rclone config # Configuration file is stored at: # ~/.config/rclone/rclone.conf ```