mirror of
https://github.com/rclone/rclone
synced 2025-03-08 09:09:21 +01:00
onedrive: graph: clarify option for root Sharepoint site
This commit is contained in:
parent
571c8754de
commit
5b9b9f1572
@ -108,7 +108,7 @@ func init() {
|
||||
var siteID string
|
||||
switch config.Choose("Your choice",
|
||||
[]string{"onedrive", "sharepoint", "driveid", "siteid", "search"},
|
||||
[]string{"OneDrive Personal or Business", "Sharepoint site", "Type in driveID", "Type in SiteID", "Search a Sharepoint site"},
|
||||
[]string{"OneDrive Personal or Business", "Root Sharepoint site", "Type in driveID", "Type in SiteID", "Search a Sharepoint site"},
|
||||
false) {
|
||||
|
||||
case "onedrive":
|
||||
|
Loading…
x
Reference in New Issue
Block a user