forked from TrueCloudLab/rclone
docs: listremotes also includes remotes from env vars
This commit is contained in:
parent
fcb912a664
commit
998d1d1727
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue