Example command error in help info and manpage

What is the problem you are having with rclone?

It seems some mistakes in rclone config update help info.
There is an extra swift in example commands.

rclone config update myremote swift env_auth true

The correct command should be:

rclone config update myremote env_auth true

What is your rclone version (output from rclone version)

v1.55.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian 10

Which cloud storage system are you using? (eg Google Drive)

s3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone config update --help

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here
1 Like

Well spotted! And welcome to the forum!

If you have a GitHub account, you can report more or less obvious "bugs" like this as issues there. Easier to categorize, prioritize etc. If not sure if it really is an issue, then a question in the forum is perfect, usually in the "Suspected Bug" category.

Thanks for reporting, I will fix it right away! :nerd_face:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.