1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

Add help to remote chooser in rclone config - fixes #43

This commit is contained in:
Nick Craig-Wood
2016-02-15 18:11:53 +00:00
parent a3b4c8a0f2
commit e08e35984c
13 changed files with 73 additions and 32 deletions

View File

@@ -63,8 +63,9 @@ var (
// Register with Fs
func init() {
fs.Register(&fs.RegInfo{
Name: "amazon cloud drive",
NewFs: NewFs,
Name: "amazon cloud drive",
Description: "Amazon Cloud Drive",
NewFs: NewFs,
Config: func(name string) {
err := oauthutil.Config("amazon cloud drive", name, acdConfig)
if err != nil {