onedrive: graph: clarify option for root Sharepoint site
This commit is contained in:
parent
571c8754de
commit
5b9b9f1572
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue