mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:52:42 +08:00
docs: listremotes also includes remotes from env vars
This commit is contained in:
parent
fcb912a664
commit
998d1d1727
|
@ -24,7 +24,7 @@ func init() {
|
|||
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "listremotes",
|
||||
Short: `List all the remotes in the config file.`,
|
||||
Short: `List all the remotes in the config file and defined in environment variables.`,
|
||||
Long: `
|
||||
rclone listremotes lists all the available remotes from the config file.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "rclone listremotes"
|
||||
description: "List all the remotes in the config file."
|
||||
description: "List all the remotes in the config file and defined in environment variables."
|
||||
slug: rclone_listremotes
|
||||
url: /commands/rclone_listremotes/
|
||||
versionIntroduced: v1.34
|
||||
|
|
Loading…
Reference in New Issue
Block a user