Tweak wording on client/secret ids in acd, gcs and drive - fixes #155
This commit is contained in:
parent
2e9f2ea3d3
commit
bf562d7373
8 changed files with 16 additions and 16 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue