mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02: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{
|
var commandDefinition = &cobra.Command{
|
||||||
Use: "listremotes",
|
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: `
|
Long: `
|
||||||
rclone listremotes lists all the available remotes from the config file.
|
rclone listremotes lists all the available remotes from the config file.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "rclone listremotes"
|
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
|
slug: rclone_listremotes
|
||||||
url: /commands/rclone_listremotes/
|
url: /commands/rclone_listremotes/
|
||||||
versionIntroduced: v1.34
|
versionIntroduced: v1.34
|
||||||
|
Loading…
x
Reference in New Issue
Block a user