Version v1.66.0

This commit is contained in:
Nick Craig-Wood
2024-03-10 11:22:43 +00:00
parent b7422a4fc8
commit b6013a5e68
83 changed files with 31031 additions and 15513 deletions

View File

@@ -15,7 +15,7 @@ List all the remotes in the config file and defined in environment variables.
rclone listremotes lists all the available remotes from the config file.
When used with the `--long` flag it lists the types too.
When used with the `--long` flag it lists the types and the descriptions too.
```
@@ -26,7 +26,7 @@ rclone listremotes [flags]
```
-h, --help help for listremotes
--long Show the type as well as names
--long Show the type and the description as well as names
```