zoho: fix custom client id's

This commit is contained in:
buengese 2021-02-22 20:54:27 +01:00 committed by Nick Craig-Wood
parent 1b92e4636e
commit 333faa6c68
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ func init() {
log.Fatalf("Failed to configure root directory: %v", err)
}
},
Options: []fs.Option{{
Options: append(oauthutil.SharedOptions, []fs.Option{{
Name: "region",
Help: "Zoho region to connect to. You'll have to use the region you organization is registered in.",
Examples: []fs.OptionExample{{
@ -123,7 +123,7 @@ func init() {
encoder.EncodeCtl |
encoder.EncodeDel |
encoder.EncodeInvalidUtf8),
}},
}}...),
})
}