Tweak wording on client/secret ids in acd, gcs and drive - fixes #155

This commit is contained in:
Nick Craig-Wood 2015-10-03 14:23:12 +01:00
parent 2e9f2ea3d3
commit bf562d7373
8 changed files with 16 additions and 16 deletions

View File

@ -71,10 +71,10 @@ func init() {
},
Options: []fs.Option{{
Name: oauthutil.ConfigClientID,
Help: "Amazon Application Client Id - leave blank to use rclone's.",
Help: "Amazon Application Client Id - leave blank normally.",
}, {
Name: oauthutil.ConfigClientSecret,
Help: "Amazon Application Client Secret - leave blank to use rclone's.",
Help: "Amazon Application Client Secret - leave blank normally.",
}},
})
}

View File

@ -37,9 +37,9 @@ Choose a number from below
6) s3
7) swift
type> 1
Amazon Application Client Id - leave blank to use rclone's.
Amazon Application Client Id - leave blank normally.
client_id>
Amazon Application Client Secret - leave blank to use rclone's.
Amazon Application Client Secret - leave blank normally.
client_secret>
Remote config
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth

View File

@ -34,9 +34,9 @@ Choose a number from below
3) local
4) drive
type> 4
Google Application Client Id - leave blank to use rclone's.
Google Application Client Id - leave blank normally.
client_id>
Google Application Client Secret - leave blank to use rclone's.
Google Application Client Secret - leave blank normally.
client_secret>
Remote config
Use auto config?

View File

@ -37,9 +37,9 @@ Choose a number from below
5) dropbox
6) drive
type> 5
Dropbox App Key - leave blank to use rclone's.
Dropbox App Key - leave blank normally.
app_key>
Dropbox App Secret - leave blank to use rclone's.
Dropbox App Secret - leave blank normally.
app_secret>
Remote config
Please visit:

View File

@ -35,9 +35,9 @@ Choose a number from below
5) dropbox
6) drive
type> 4
Google Application Client Id - leave blank to use rclone's.
Google Application Client Id - leave blank normally.
client_id>
Google Application Client Secret - leave blank to use rclone's.
Google Application Client Secret - leave blank normally.
client_secret>
Project number optional - needed only for list/create/delete buckets - see your developer console.
project_number> 12345678

View File

@ -72,10 +72,10 @@ func init() {
},
Options: []fs.Option{{
Name: oauthutil.ConfigClientID,
Help: "Google Application Client Id - leave blank to use rclone's.",
Help: "Google Application Client Id - leave blank normally.",
}, {
Name: oauthutil.ConfigClientSecret,
Help: "Google Application Client Secret - leave blank to use rclone's.",
Help: "Google Application Client Secret - leave blank normally.",
}},
})
pflag.VarP(&driveUploadCutoff, "drive-upload-cutoff", "", "Cutoff for switching to chunked upload")

View File

@ -50,10 +50,10 @@ func init() {
Config: configHelper,
Options: []fs.Option{{
Name: "app_key",
Help: "Dropbox App Key - leave blank to use rclone's.",
Help: "Dropbox App Key - leave blank normally.",
}, {
Name: "app_secret",
Help: "Dropbox App Secret - leave blank to use rclone's.",
Help: "Dropbox App Secret - leave blank normally.",
}},
})
pflag.VarP(&uploadChunkSize, "dropbox-chunk-size", "", fmt.Sprintf("Upload chunk size. Max %v.", maxUploadChunkSize))

View File

@ -66,10 +66,10 @@ func init() {
},
Options: []fs.Option{{
Name: oauthutil.ConfigClientID,
Help: "Google Application Client Id - leave blank to use rclone's.",
Help: "Google Application Client Id - leave blank normally.",
}, {
Name: oauthutil.ConfigClientSecret,
Help: "Google Application Client Secret - leave blank to use rclone's.",
Help: "Google Application Client Secret - leave blank normally.",
}, {
Name: "project_number",
Help: "Project number optional - needed only for list/create/delete buckets - see your developer console.",