Skip to content

Commit a97976c

Browse files
committed
Update PR
* Update PR
1 parent 172004b commit a97976c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/application-config-options.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Before reading this document, please ensure you are running application version
8888
- [CLI Option: --create-directory](#cli-option---create-directory)
8989
- [CLI Option: --create-share-link](#cli-option---create-share-link)
9090
- [CLI Option: --destination-directory](#cli-option---destination-directory)
91+
- [CLI Option: --display-admin-consent-url](#cli-option---display-admin-consent-url)
9192
- [CLI Option: --display-config](#cli-option---display-config)
9293
- [CLI Option: --display-sync-status](#cli-option---display-sync-status)
9394
- [CLI Option: --display-quota](#cli-option---display-quota)
@@ -371,7 +372,6 @@ _**Config Example:**_ `disable_websocket_support = "false"` or `disable_websocke
371372

372373
_**CLI Option Use:**_ *None - this is a config file option only*
373374

374-
375375
### display_manager_integration
376376
_**Description:**_ Controls whether the client integrates the configured 'sync_dir' with the desktop’s file manager (e.g. Nautilus for GNOME, Dolphin for KDE), adding it as a “special place” in the sidebar and setting a custom OneDrive folder icon where supported.
377377

@@ -1436,6 +1436,11 @@ _**Usage Example:**_ `onedrive --source-directory 'path/as/source/' --destinatio
14361436
> [!IMPORTANT]
14371437
> All specified paths are relative to your configured 'sync_dir'.
14381438
1439+
### CLI Option: --display-admin-consent-url
1440+
_**Description:**_ This CLI option displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client.
1441+
1442+
_**Usage Example:**_ `onedrive --display-admin-consent-url`
1443+
14391444
### CLI Option: --display-config
14401445
_**Description:**_ This CLI option will display the effective application configuration
14411446

onedrive.1.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ Do not use desktop notifications in monitor mode.
239239
\fB\-\-disable-upload-validation\fR
240240
Disable upload validation when uploading to OneDrive.
241241

242+
.TB
243+
\fB\-\-display-admin-consent-url\fR
244+
Displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client.
245+
242246
.TP
243247
\fB\-\-display-quota\fR
244248
Display the quota status of the client. No synchronisation will be performed.

src/config.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ class ApplicationConfig {
12661266
"Disable upload validation when uploading to OneDrive",
12671267
&boolValues["disable_upload_validation"],
12681268
"display-admin-consent-url",
1269-
"Display the Microsoft Entra ID administrator consent URL for the configured tenant",
1269+
"Displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client",
12701270
&boolValues["display_admin_consent_url"],
12711271
"display-config",
12721272
"Display what options the client will use as currently configured. No synchronisation will be performed",

0 commit comments

Comments
 (0)